From: Lars Magne Ingebrigtsen Date: Sat, 7 Jan 2012 05:50:58 +0000 (+0100) Subject: * ibuffer.el (ibuffer-mode): List the bindings in the corrent map. X-Git-Tag: emacs-pretest-24.0.93~97^2~55^2~9 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e66aebec2ebebd37c2b2cb97182b4f085fc54f9;p=emacs.git * ibuffer.el (ibuffer-mode): List the bindings in the corrent map. Fixes: debbugs:9759 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3f92175dd8..430ac16841e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-01-07 Lars Magne Ingebrigtsen + * 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. diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 7b7c6baab8f..17be5534138 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -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-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.