mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-12 16:23:57 +00:00
(Man-mode-line-format): Update to include the new format
elements.
This commit is contained in:
parent
a96a5fca07
commit
6f72f1c28d
17
lisp/man.el
17
lisp/man.el
@ -225,12 +225,17 @@ the associated section number."
|
||||
"Command used for processing awk scripts.")
|
||||
|
||||
(defvar Man-mode-line-format
|
||||
'("" mode-line-modified
|
||||
mode-line-buffer-identification " "
|
||||
global-mode-string
|
||||
" " Man-page-mode-string
|
||||
" %[(" mode-name mode-line-process minor-mode-alist ")%]----"
|
||||
(-3 . "%p") "-%-")
|
||||
'("-"
|
||||
mode-line-mule-info
|
||||
mode-line-modified
|
||||
mode-line-frame-identification
|
||||
mode-line-buffer-identification " "
|
||||
global-mode-string
|
||||
" " Man-page-mode-string
|
||||
" %[(" mode-name mode-line-process minor-mode-alist "%n)%]--"
|
||||
(line-number-mode "L%l--")
|
||||
(column-number-mode "C%c--")
|
||||
(-3 . "%p") "-%-")
|
||||
"Mode line format for manual mode buffer.")
|
||||
|
||||
(defvar Man-mode-map nil
|
||||
|
Loading…
Reference in New Issue
Block a user