]> git.eshelyaron.com Git - emacs.git/commitdiff
(2C-mode-line-format): Doc fix.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 19 Jul 2003 16:25:43 +0000 (16:25 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 19 Jul 2003 16:25:43 +0000 (16:25 +0000)
lisp/ChangeLog
lisp/textmodes/two-column.el

index 7084e9f4f2020cbf38a1deca41953516c8adb603..5df1a68684a261adee0ad2898b2257d6bf359530 100644 (file)
@@ -1,3 +1,12 @@
+2003-07-19  John Paul Wallington  <jpw@gnu.org>
+
+       * 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  <handa@m17n.org>
 
        * 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.
 
index e75af5b1bac20c6b61f9dde79b9b80118d3f402e..1e47a65a52279fa5d6f26b6e00c1ea73f71764c9 100644 (file)
 (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)