Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6105130d
Commit
6105130d
authored
Jul 24, 2003
by
Markus Rost
Browse files
(List Buffers): Fix previous change.
parent
ee59dede
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
man/ChangeLog
man/ChangeLog
+4
-0
man/buffers.texi
man/buffers.texi
+5
-6
No files found.
man/ChangeLog
View file @
6105130d
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.
...
...
man/buffers.texi
View file @
6105130d
...
...
@@ -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}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment