# HG changeset patch # User Eli Zaretskii # Date 1004439555 0 # Node ID 4ce165b55ef10aa3e6a92fe9774b35bd06bd10f1 # Parent 1c91f90ac050ab33a86902d94e22ed0d8084f94c (List Buffers, Several Buffers): Document that internal buffers are omitted from the list. (Several Buffers): Document buffer-menu-other-window. diff -r 1c91f90ac050 -r 4ce165b55ef1 man/buffers.texi --- a/man/buffers.texi Tue Oct 30 10:44:17 2001 +0000 +++ b/man/buffers.texi Tue Oct 30 10:59:15 2001 +0000 @@ -172,6 +172,9 @@ visiting files by giving the command a prefix; for instance, by typing @kbd{C-u C-x C-b}. +@code{list-buffers} omits buffers whose name begins with a blank, +unless they visit files: such buffers are used internally by Emacs. + @need 2000 @node Misc Buffer @section Miscellaneous Buffer Operations @@ -316,10 +319,15 @@ @table @kbd @item M-x buffer-menu Begin editing a buffer listing all Emacs buffers. +@item M-x buffer-menu-other-window. +Similar, but do it in another window. @end table @findex buffer-menu - The command @code{buffer-menu} writes a list of all Emacs buffers into +@findex buffer-menu-other-window + The command @code{buffer-menu} writes a list of all Emacs +buffers@footnote{Buffers which don't visit files and whose names begin +with a space are omitted: these are used internally by Emacs.} into the buffer @samp{*Buffer List*}, and selects that buffer in Buffer Menu mode. The buffer is read-only, and can be changed only through the special commands described in this section. The usual Emacs cursor @@ -420,6 +428,10 @@ List*} to show what you have done is to type @kbd{g} (@code{revert-buffer}) or repeat the @code{buffer-menu} command. + The command @code{buffer-menu-other-window} works the same as +@code{buffer-menu}, except that it displays the buffers list in +another window. + @node Indirect Buffers @section Indirect Buffers @cindex indirect buffer