aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-04 03:46:45 +0000
committerJuanma Barranquero2005-07-04 03:46:45 +0000
commit5cbebcaba836ff1a8fda9890d8bdb655aedffd18 (patch)
tree8697d9f9f6b10a8c6b4599c4245e10a06700647c
parentdbc868a1040225e83336bd84f114e0e298652e7c (diff)
downloademacs-5cbebcaba836ff1a8fda9890d8bdb655aedffd18.tar.gz
emacs-5cbebcaba836ff1a8fda9890d8bdb655aedffd18.zip
(two-column): Finish `defgroup' description with period.
-rw-r--r--lisp/textmodes/two-column.el2
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 @@
200;;;;; variable declarations ;;;;; 200;;;;; variable declarations ;;;;;
201 201
202(defgroup two-column nil 202(defgroup two-column nil
203 "Minor mode for editing of two-column text" 203 "Minor mode for editing of two-column text."
204 :prefix "2C-" 204 :prefix "2C-"
205 :group 'frames) 205 :group 'frames)
206 206