diff options
author | John Paul Wallington <jpw@pobox.com> | 2003-07-19 16:25:43 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2003-07-19 16:25:43 +0000 |
commit | 431328cc1c09733eae4b00f2f21e85b713cc82b2 (patch) | |
tree | 8d6f26b4d78025c76accedfb03c02d645fab9cb7 /lisp/textmodes/two-column.el | |
parent | 3592613a4225f9e2b29998f69e4389a35f4b168f (diff) | |
download | emacs-431328cc1c09733eae4b00f2f21e85b713cc82b2.tar.gz |
(2C-mode-line-format): Doc fix.
Diffstat (limited to 'lisp/textmodes/two-column.el')
-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 e75af5b1bac..1e47a65a522 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -223,7 +223,7 @@ (defcustom 2C-mode-line-format '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name minor-mode-alist "%n" mode-line-process ")%]%-") - "*Value of mode-line-format for a buffer in two-column minor mode." + "*Value of `mode-line-format' for a buffer in two-column minor mode." :type 'sexp :group 'two-column) |