diff options
author | John Paul Wallington <jpw@pobox.com> | 2006-06-28 12:11:43 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2006-06-28 12:11:43 +0000 |
commit | 4c38df30dfbfc2c2788c3d8c7662a101c73fbece (patch) | |
tree | aa5c64f08d486e8ad73c3185888802b3f8578ff6 /lisp/ibuffer.el | |
parent | 7cb036f4ea1a2270e308603bfc142f8ce9272b77 (diff) | |
download | emacs-4c38df30dfbfc2c2788c3d8c7662a101c73fbece.tar.gz |
(ibuffer-mode): Doc fix.
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r-- | lisp/ibuffer.el | 5 |
1 files changed, 4 insertions, 1 deletions
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: Other commands: + '\\[ibuffer-update]' - Regenerate the list of all buffers. + Prefix arg means to toggle whether buffers that match + `ibuffer-maybe-show-predicates' should be displayed. + '\\[ibuffer-switch-format]' - Change the current display format. '\\[forward-line]' - Move point to the next line. '\\[previous-line]' - Move point to the previous line. - '\\[ibuffer-update]' - As above, but add new buffers to the list. '\\[ibuffer-quit]' - Bury the Ibuffer buffer. '\\[describe-mode]' - This help. '\\[ibuffer-diff-with-file]' - View the differences between this buffer |