diff options
Diffstat (limited to 'lisp/textmodes/two-column.el')
-rw-r--r-- | lisp/textmodes/two-column.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 55aa6ea9cc1..6674136e0ae 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -235,7 +235,7 @@ ;; rearranged, so that the pertinent info will show in 40 columns (defvar tc-mode-line-format '("-%*- %15b --" (-3 . "%p") "--%[(" mode-name - minor-mode-alist "%n" mode-line-process ")%]%-") + minor-mode-alist mode-line-process "%n" ")%]%-") "*Value of mode-line-format for a buffer in two-column minor mode.") (defvar tc-separator "" |