Mercurial > emacs
changeset 51963:27b622ce6604
(2C-mode-line-format): Doc fix.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 19 Jul 2003 16:22:58 +0000 |
parents | d4560e85f83c |
children | 0ecac4a3fdea |
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 Sat Jul 19 16:22:35 2003 +0000 +++ b/lisp/textmodes/two-column.el Sat Jul 19 16:22:58 2003 +0000 @@ -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)