diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:30:49 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:30:49 +0000 |
commit | a7253b5a6c3680944789fcbe94a4ecdd0674b38b (patch) | |
tree | c9bcaaba5ed2aebd86375b8165d6aad0c71e6867 /lisp/textmodes/makeinfo.el | |
parent | c0a664d53931e42381eb748632cac4b53ee04ded (diff) | |
download | emacs-a7253b5a6c3680944789fcbe94a4ecdd0674b38b.tar.gz |
(makeinfo): Finish `defgroup' description with period.
Diffstat (limited to 'lisp/textmodes/makeinfo.el')
-rw-r--r-- | lisp/textmodes/makeinfo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/makeinfo.el b/lisp/textmodes/makeinfo.el index 9136cb52202..7327cf9840a 100644 --- a/lisp/textmodes/makeinfo.el +++ b/lisp/textmodes/makeinfo.el @@ -50,7 +50,7 @@ (require 'info) (defgroup makeinfo nil - "Run makeinfo conveniently" + "Run makeinfo conveniently." :group 'docs) |