From: Lars Ingebrigtsen Date: Fri, 7 Aug 2020 10:56:13 +0000 (+0200) Subject: Buffer-menu-select doc string clarification X-Git-Tag: emacs-28.0.90~6769 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e4c63664d75de46b21d8853f187fc1116cb8240;p=emacs.git Buffer-menu-select doc string clarification * lisp/buff-menu.el (Buffer-menu-select): Document that it removed the marks (bug#6491). --- diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el index 655a76a713c..9fe0dbae381 100644 --- a/lisp/buff-menu.el +++ b/lisp/buff-menu.el @@ -488,8 +488,9 @@ Buffers marked with \\`\\[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-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))