Mercurial > emacs
changeset 52039:c9680db50e88
(List Buffers): Fix previous change.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Thu, 24 Jul 2003 22:23:33 +0000 |
parents | 248d68994010 |
children | 6b649db885f8 |
files | man/buffers.texi |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/man/buffers.texi Thu Jul 24 01:54:54 2003 +0000 +++ b/man/buffers.texi Thu Jul 24 22:23:33 2003 +0000 @@ -153,22 +153,21 @@ @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}.