diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:46:45 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 03:46:45 +0000 |
commit | 5cbebcaba836ff1a8fda9890d8bdb655aedffd18 (patch) | |
tree | 8697d9f9f6b10a8c6b4599c4245e10a06700647c | |
parent | dbc868a1040225e83336bd84f114e0e298652e7c (diff) | |
download | emacs-5cbebcaba836ff1a8fda9890d8bdb655aedffd18.tar.gz |
(two-column): Finish `defgroup' description with period.
-rw-r--r-- | lisp/textmodes/two-column.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 71687f431c0..dc50cc68aa9 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -200,7 +200,7 @@ ;;;;; variable declarations ;;;;; (defgroup two-column nil - "Minor mode for editing of two-column text" + "Minor mode for editing of two-column text." :prefix "2C-" :group 'frames) |