comparison lisp/textmodes/two-column.el @ 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 ef399b9ffc2b
children 695cf19ef79e
comparison
equal deleted inserted replaced
51962:d4560e85f83c 51963:27b622ce6604
221 221
222 ;; rearranged, so that the pertinent info will show in 40 columns 222 ;; rearranged, so that the pertinent info will show in 40 columns
223 (defcustom 2C-mode-line-format 223 (defcustom 2C-mode-line-format
224 '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name 224 '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name
225 minor-mode-alist "%n" mode-line-process ")%]%-") 225 minor-mode-alist "%n" mode-line-process ")%]%-")
226 "*Value of mode-line-format for a buffer in two-column minor mode." 226 "*Value of `mode-line-format' for a buffer in two-column minor mode."
227 :type 'sexp 227 :type 'sexp
228 :group 'two-column) 228 :group 'two-column)
229 229
230 230
231 (defcustom 2C-other-buffer-hook 'text-mode 231 (defcustom 2C-other-buffer-hook 'text-mode