emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2e4c636: Buffer-menu-select doc string clarification


From: Lars Ingebrigtsen
Subject: master 2e4c636: Buffer-menu-select doc string clarification
Date: Fri, 7 Aug 2020 06:56:23 -0400 (EDT)

branch: master
commit 2e4c63664d75de46b21d8853f187fc1116cb8240
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Buffer-menu-select doc string clarification
    
    * lisp/buff-menu.el (Buffer-menu-select): Document that it removed
    the marks (bug#6491).
---
 lisp/buff-menu.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/buff-menu.el b/lisp/buff-menu.el
index 655a76a..9fe0dba 100644
--- a/lisp/buff-menu.el
+++ b/lisp/buff-menu.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]