1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(Man-mode-line-format):

Put mode-line-process immediately after mode-name
when setting mode-line-format.
This commit is contained in:
Richard M. Stallman 1994-04-24 08:12:52 +00:00
parent 99bee6a4a4
commit 8a32bceec2

View file

@ -183,7 +183,7 @@ the manpage buffer.")
mode-line-buffer-identification " "
global-mode-string
" " Man-page-mode-string
" %[(" mode-name minor-mode-alist mode-line-process ")%]----"
" %[(" mode-name mode-line-process minor-mode-alist ")%]----"
(-3 . "%p") "-%-")
"*Mode line format for manual mode buffer.")