mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 23:21:22 -08:00
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
Fixes: debbugs:9759
This commit is contained in:
parent
d027f83d9c
commit
8e66aebec2
2 changed files with 4 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue