]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new binding of 'mouse-buffer-menu'
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2015 12:09:40 +0000 (14:09 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Dec 2015 12:09:40 +0000 (14:09 +0200)
* doc/emacs/buffers.texi (Buffer Menus): 'mouse-buffer-menu' is
now also on C-F10.

doc/emacs/buffers.texi
etc/NEWS

index 5a4d1abfc391f7dd616277e853cc6740a5480b16..ae64fefbb708a9e5a3bbe2b0ff52e19908f5c696 100644 (file)
@@ -703,5 +703,6 @@ C-b}.  To customize this buffer list, use the @code{bs} Custom group
   MSB global minor mode (``MSB'' stands for ``mouse select buffer'')
 provides a different and customizable mouse buffer menu which you may
 prefer.  It replaces the bindings of @code{mouse-buffer-menu},
-normally on @kbd{C-Down-Mouse-1}, and the menu bar buffer menu.  You
-can customize the menu in the @code{msb} Custom group.
+normally on @kbd{C-Down-Mouse-1} and @kbd{C-@key{F10}}, and the menu
+bar buffer menu.  You can customize the menu in the @code{msb} Custom
+group.
index b838e70f4368165f020855a46093f14732eaceb2..482db099d6b253a17adff1ba30089294d847edbb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -277,6 +277,7 @@ This includes full support for directional isolates and the
 Bidirectional Parentheses Algorithm (BPA) specified by these Unicode
 standards.
 
++++
 ** You can access `mouse-buffer-menu' (C-down-mouse-1) using C-f10.
 
 +++