diff options
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3f92175dd8..430ac16841e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map | ||
| 4 | (bug#9759). | ||
| 5 | |||
| 3 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. | 6 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. |
| 4 | (password-read): Don't autoload unused function. | 7 | (password-read): Don't autoload unused function. |
| 5 | 8 | ||
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 | |||
| 2384 | particular subset of them, and sorting by various criteria. | 2384 | particular subset of them, and sorting by various criteria. |
| 2385 | 2385 | ||
| 2386 | Operations on marked buffers: | 2386 | Operations on marked buffers: |
| 2387 | 2387 | \\<ibuffer-mode-map> | |
| 2388 | '\\[ibuffer-do-save]' - Save the marked buffers | 2388 | '\\[ibuffer-do-save]' - Save the marked buffers |
| 2389 | '\\[ibuffer-do-view]' - View the marked buffers in this frame. | 2389 | '\\[ibuffer-do-view]' - View the marked buffers in this frame. |
| 2390 | '\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame. | 2390 | '\\[ibuffer-do-view-other-frame]' - View the marked buffers in another frame. |