1
Fork 0
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:
Lars Ingebrigtsen 2020-08-07 12:56:13 +02:00
parent 92a0667f6b
commit 2e4c63664d

View file

@ -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))