diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-03-29 11:09:14 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-03-29 11:09:14 +0000 |
commit | e469e8780c72a80ca9b4e3d6591b114779a5982c (patch) | |
tree | e2956e6c4b412aed748c1846754a50fb31605dfb /man | |
parent | 237c23b00b16b9ae763f132a04b9bdda03a8723d (diff) | |
download | emacs-e469e8780c72a80ca9b4e3d6591b114779a5982c.tar.gz |
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r-- | man/buffers.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/buffers.texi b/man/buffers.texi index f333f9ae1b1..e73b9fc8d93 100644 --- a/man/buffers.texi +++ b/man/buffers.texi @@ -133,7 +133,8 @@ selected buffer. Here is an example of a buffer list:@refill @noindent Note that the buffer @samp{*Help*} was made by a help request; it is not visiting any file. The buffer @code{man} was made by Dired on the -directory @file{/u2/emacs/man/}. +directory @file{/u2/emacs/man/}. You can list buffers visiting files +only by giving the command a prefix, i.e. type @kbd{C-u C-x C-b}. @need 2000 @node Misc Buffer |