diff options
| -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 @@ | |||
| 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 | ||