summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2003-07-24 22:23:47 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2003-07-24 22:23:47 +0000
commit6105130d5d6b6cba9c8d403741e70c73fb99cb5e (patch)
tree8f034a89d099728e0cba270e446f28498c8f56c9 /man
parentee59dede1edb15d26762355c6119fbe6a8480ec6 (diff)
downloademacs-6105130d5d6b6cba9c8d403741e70c73fb99cb5e.tar.gz
(List Buffers): Fix previous change.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog4
-rw-r--r--man/buffers.texi11
2 files changed, 9 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 4d2f9ca704d..0c26e9013a6 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-24 Markus Rost <rost@math.ohio-state.edu>
+
+ * buffers.texi (List Buffers): Fix previous change.
+
2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
Tramp version 2.0.36 released.
diff --git a/man/buffers.texi b/man/buffers.texi
index 7fd7577fef2..4c18b0f00f5 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -153,22 +153,21 @@ current buffer. Here is an example of a buffer list:@refill
@smallexample
CRM Buffer Size Mode File
-. * *mail* 42 Mail
+. * .emacs 3294 Emacs-Lisp ~/.emacs
+ % *Help* 101 Help
search.c 86055 C ~/cvs/emacs/src/search.c
% src 20959 Dired by name ~/cvs/emacs/src/
- * .emacs 3294 Emacs-Lisp ~/.emacs
- % ~ 7677 Dired by name ~/
+ * *mail* 42 Mail
% HELLO 1607 Fundamental ~/cvs/emacs/etc/HELLO
% NEWS 481184 Outline ~/cvs/emacs/etc/NEWS
*scratch* 191 Lisp Interaction
- % cvs 1272 Dired by name ~/cvs/
* *Messages* 1554 Fundamental
@end smallexample
@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/}. You can list only buffers that are
+not visiting any file. The buffer @code{src} was made by Dired on the
+directory @file{~/cvs/emacs/src/}. You can list only buffers that are
visiting files by giving the command a prefix; for instance, by typing
@kbd{C-u C-x C-b}.