mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Buffer-menu-select doc string clarification
* lisp/buff-menu.el (Buffer-menu-select): Document that it removed the marks (bug#6491).
This commit is contained in:
parent
92a0667f6b
commit
2e4c63664d
1 changed files with 2 additions and 1 deletions
|
|
@ -488,8 +488,9 @@ Buffers marked with \\<Buffer-menu-mode-map>`\\[Buffer-menu-delete]' are deleted
|
|||
(defun Buffer-menu-select ()
|
||||
"Select this line's buffer; also, display buffers marked with `>'.
|
||||
You can mark buffers with the \\<Buffer-menu-mode-map>`\\[Buffer-menu-mark]' command.
|
||||
|
||||
This command deletes and replaces all the previously existing windows
|
||||
in the selected frame."
|
||||
in the selected frame, and will remove any marks."
|
||||
(interactive)
|
||||
(let* ((this-buffer (Buffer-menu-buffer t))
|
||||
(menu-buffer (current-buffer))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue