diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-01-07 06:50:58 +0100 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2012-01-07 06:50:58 +0100 |
commit | 8e66aebec2ebebd37c2b2cb97182b4f085fc54f9 (patch) | |
tree | c9b5eb121c7f12dd63530f2dc84b5fcd5d311f43 /lisp/ibuffer.el | |
parent | d027f83d9c8be31bde6240e0730c9ad7a2184a5d (diff) | |
download | emacs-8e66aebec2ebebd37c2b2cb97182b4f085fc54f9.tar.gz |
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
Fixes: debbugs:9759
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r-- | lisp/ibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
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-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. |