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:
parent
99bee6a4a4
commit
8a32bceec2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue