From: Eli Zaretskii Date: Sat, 5 Dec 2015 12:09:40 +0000 (+0200) Subject: Document new binding of 'mouse-buffer-menu' X-Git-Tag: emacs-25.0.90~534 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=576bac03f737d1aac0167ad862ad6accde8a0111;p=emacs.git Document new binding of 'mouse-buffer-menu' * doc/emacs/buffers.texi (Buffer Menus): 'mouse-buffer-menu' is now also on C-F10. --- diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 5a4d1abfc39..ae64fefbb70 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -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. diff --git a/etc/NEWS b/etc/NEWS index b838e70f436..482db099d6b 100644 --- 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. +++