diff options
| author | John Paul Wallington | 2006-06-28 12:11:43 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2006-06-28 12:11:43 +0000 |
| commit | 4c38df30dfbfc2c2788c3d8c7662a101c73fbece (patch) | |
| tree | aa5c64f08d486e8ad73c3185888802b3f8578ff6 | |
| parent | 7cb036f4ea1a2270e308603bfc142f8ce9272b77 (diff) | |
| download | emacs-4c38df30dfbfc2c2788c3d8c7662a101c73fbece.tar.gz emacs-4c38df30dfbfc2c2788c3d8c7662a101c73fbece.zip | |
(ibuffer-mode): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8916dcb9c1f..09978b3b4bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2006-06-28 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-mode): Doc fix. | ||
| 4 | |||
| 1 | 2006-06-28 Carsten Dominik <dominik@science.uva.nl> | 5 | 2006-06-28 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * textmodes/org.el (org-context): New contexts :item-bullet, | 7 | * textmodes/org.el (org-context): New contexts :item-bullet, |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 6264d2e56b5..b5f9c4f1bcf 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -2457,10 +2457,13 @@ Sorting commands: | |||
| 2457 | 2457 | ||
| 2458 | Other commands: | 2458 | Other commands: |
| 2459 | 2459 | ||
| 2460 | '\\[ibuffer-update]' - Regenerate the list of all buffers. | ||
| 2461 | Prefix arg means to toggle whether buffers that match | ||
| 2462 | `ibuffer-maybe-show-predicates' should be displayed. | ||
| 2463 | |||
| 2460 | '\\[ibuffer-switch-format]' - Change the current display format. | 2464 | '\\[ibuffer-switch-format]' - Change the current display format. |
| 2461 | '\\[forward-line]' - Move point to the next line. | 2465 | '\\[forward-line]' - Move point to the next line. |
| 2462 | '\\[previous-line]' - Move point to the previous line. | 2466 | '\\[previous-line]' - Move point to the previous line. |
| 2463 | '\\[ibuffer-update]' - As above, but add new buffers to the list. | ||
| 2464 | '\\[ibuffer-quit]' - Bury the Ibuffer buffer. | 2467 | '\\[ibuffer-quit]' - Bury the Ibuffer buffer. |
| 2465 | '\\[describe-mode]' - This help. | 2468 | '\\[describe-mode]' - This help. |
| 2466 | '\\[ibuffer-diff-with-file]' - View the differences between this buffer | 2469 | '\\[ibuffer-diff-with-file]' - View the differences between this buffer |