]> git.eshelyaron.com Git - emacs.git/commitdiff
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Jan 2012 05:50:58 +0000 (06:50 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Jan 2012 05:50:58 +0000 (06:50 +0100)
Fixes: debbugs:9759
lisp/ChangeLog
lisp/ibuffer.el

index d3f92175dd8ed95e685ac3e47e16458f6524edd5..430ac16841e804d85f35150125d848686d02290c 100644 (file)
@@ -1,5 +1,8 @@
 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
+       (bug#9759).
+
        * mail/smtpmail.el (password-cache-add): Removed unused declaration.
        (password-read): Don't autoload unused function.
 
index 7b7c6baab8fa2a0cb0f41c6cad3c02af423cb15a..17be5534138b55a5f28275b9d19a97b4892df6d7 100644 (file)
@@ -2384,7 +2384,7 @@ currently open buffers, in addition to filtering your view to a
 particular subset of them, and sorting by various criteria.
 
 Operations on marked buffers:
-
+\\<ibuffer-mode-map>
   '\\[ibuffer-do-save]' - Save the marked buffers
   '\\[ibuffer-do-view]' - View the marked buffers in this frame.
   '\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame.