diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-07 12:56:13 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-08-07 12:56:17 +0200 |
commit | 2e4c63664d75de46b21d8853f187fc1116cb8240 (patch) | |
tree | e8f51fd91f71fe0bac3505ee5719f8e425011d52 /lisp/buff-menu.el | |
parent | 92a0667f6b4c71c12c61206b49c575b24ca991f8 (diff) | |
download | emacs-2e4c63664d75de46b21d8853f187fc1116cb8240.tar.gz emacs-2e4c63664d75de46b21d8853f187fc1116cb8240.tar.bz2 emacs-2e4c63664d75de46b21d8853f187fc1116cb8240.zip |
Buffer-menu-select doc string clarification
* lisp/buff-menu.el (Buffer-menu-select): Document that it removed
the marks (bug#6491).
Diffstat (limited to 'lisp/buff-menu.el')
-rw-r--r-- | lisp/buff-menu.el | 3 |
1 files changed, 2 insertions, 1 deletions
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-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)) |