diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:48:53 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 02:48:53 +0000 |
commit | 87c81c8987e6026a91b5845d8deaf40129cc1a55 (patch) | |
tree | fea76e19c209bf83f755f47ba3ccc1bb8cf8cfea | |
parent | 2625bdbf8ee77f59df767eae8e99281aa58986e6 (diff) | |
download | emacs-87c81c8987e6026a91b5845d8deaf40129cc1a55.tar.gz |
(viper-ex): Finish `defgroup' description with period.
-rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index c29e0e26ba5..4b1f06f1e9a 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -58,7 +58,7 @@ (require 'viper-util) (defgroup viper-ex nil - "Viper support for Ex commands" + "Viper support for Ex commands." :prefix "ex-" :group 'viper) |