+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):
* 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.
(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)