Mercurial > emacs
changeset 64062:50af47b41b9c
(two-column): Finish `defgroup' description with period.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Jul 2005 03:46:45 +0000 |
parents | a429e89a3bdf |
children | 0e8e976cfbf9 |
files | lisp/textmodes/two-column.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/two-column.el Mon Jul 04 03:45:56 2005 +0000 +++ b/lisp/textmodes/two-column.el Mon Jul 04 03:46:45 2005 +0000 @@ -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)