diff options
-rw-r--r-- | lisp/man.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/man.el b/lisp/man.el index 37ff5c5f82b..9d5c97bacaf 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -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.") |