Improve wording of message in buff-menu.el
* lisp/buff-menu.el (Buffer-menu--selection-message): Improve wording of selection messages.
This commit is contained in:
parent
f9ffa0148c
commit
2ecaa60f05
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ ARG, show only buffers that are visiting files."
|
|||
(defun Buffer-menu--selection-message ()
|
||||
(message (cond (Buffer-menu-files-only "Showing only file-visiting buffers.")
|
||||
(Buffer-menu-show-internal "Showing all buffers.")
|
||||
(t "Showing all non-internal buffers."))))
|
||||
(t "Showing all buffers except internal ones."))))
|
||||
|
||||
(defun Buffer-menu-toggle-files-only (arg)
|
||||
"Toggle whether the current `buffer-menu' displays only file buffers.
|
||||
|
|
Loading…
Add table
Reference in a new issue