bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ibuffer: mention how to see hidden buffers on help page


From: John Paul Wallington
Subject: Re: ibuffer: mention how to see hidden buffers on help page
Date: Wed, 28 Jun 2006 14:01:38 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Dan Jacobson <jidanni@jidanni.org> writes:

> Regarding ibuffer.el,
> Say C-x C-b runs the command ibuffer
> and we hit C-x C-b h
> We now come to a line
>   'g' - As above, but add new buffers to the list.
>
> 1. As what above? Reword.
> 2. Mention that C-u g is how we can see hidden buffers.
> Else the user will never figure out how to see hidden buffers.

Thanks for the bug report.  I've installed a doc fix:

Index: ibuffer.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ibuffer.el,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ibuffer.el  6 May 2006 23:58:31 -0000       1.81
+++ ibuffer.el  28 Jun 2006 12:10:50 -0000      1.82
@@ -2457,10 +2457,13 @@
 
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]