]> git.eshelyaron.com Git - emacs.git/commitdiff
Buffer-menu-select doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 7 Aug 2020 10:56:13 +0000 (12:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 7 Aug 2020 10:56:17 +0000 (12:56 +0200)
* lisp/buff-menu.el (Buffer-menu-select): Document that it removed
the marks (bug#6491).

lisp/buff-menu.el

index 655a76a713cad8295bf6123d029da65ddeddc2bf..9fe0dbae3814401c7a8ceed7d1a52546e276ccab 100644 (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))