From 431328cc1c09733eae4b00f2f21e85b713cc82b2 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 19 Jul 2003 16:25:43 +0000 Subject: [PATCH] (2C-mode-line-format): Doc fix. --- lisp/ChangeLog | 11 ++++++++++- lisp/textmodes/two-column.el | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7084e9f4f20..5df1a68684a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2003-07-19 John Paul Wallington + + * textmodes/artist.el (artist-butlast-fn, artist-draw-sline) + (artist-draw-rect, artist-draw-square): Doc fixes. + + * textmodes/enriched.el (enriched-decode-display-prop): Doc fix. + + * textmodes/two-column.el (2C-mode-line-format): Doc fix. + 2003-07-19 Kenichi Handa * international/kkc.el (kkc-show-conversion-list-update): @@ -33,7 +42,7 @@ * progmodes/cc-engine.el (c-literal-faces): Declare as a variable since it might be modified. - * progmodes/cc-langs.el: (c++-make-template-syntax-table) + * progmodes/cc-langs.el (c++-make-template-syntax-table) (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent names to these language constants. 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) -- 2.39.2