]> code.delx.au - gnu-emacs/blobdiff - man/buffers.texi
(GTK resources): Clean up previous change.
[gnu-emacs] / man / buffers.texi
index 7fd7577fef2207abfdbef5110187939775a95ed2..b03209cd01c5b364ccc38428dad7e518df42afc3 100644 (file)
@@ -152,23 +152,22 @@ If several buffers are modified, it may be time to save some with @kbd{C-x s}
 current buffer.  Here is an example of a buffer list:@refill
 
 @smallexample
-CRM Buffer                Size  Mode             File
-. * *mail*                  42  Mail
+CRM Buffer                Size  Mode              File
+. * .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}.
 
@@ -602,3 +601,7 @@ provides a different and customizable mouse buffer menu which you may
 prefer.  It replaces the bindings of @code{mouse-buffer-menu},
 normally on @kbd{C-Down-Mouse-1}, and the menu bar buffer menu.  You
 can customize the menu in the @code{msb} Custom group.
+
+@ignore
+   arch-tag: 08c43460-f4f4-4b43-9cb5-1ea9ad991695
+@end ignore