/[emacs]/emacs/lispref/buffers.texi
ViewVC logotype

Diff of /emacs/lispref/buffers.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by lektu, Mon Feb 10 11:31:11 2003 UTC revision 1.27 by rms, Sun Apr 6 20:23:10 2003 UTC
# Line 678  signal an error if the current buffer is Line 678  signal an error if the current buffer is
678  @cindex buffer list  @cindex buffer list
679    
680    The @dfn{buffer list} is a list of all live buffers.  Creating a    The @dfn{buffer list} is a list of all live buffers.  Creating a
681  buffer adds it to this list, and killing a buffer excises it.  The order  buffer adds it to this list, and killing a buffer removes it.  The
682  of the buffers in the list is based primarily on how recently each  order of the buffers in the list is based primarily on how recently
683  buffer has been displayed in the selected window.  Buffers move to the  each buffer has been displayed in the selected window.  Buffers move
684  front of the list when they are selected and to the end when they are  to the front of the list when they are selected (selecting a window
685  buried (see @code{bury-buffer}, below).  Several functions, notably  that already displays the buffer counts as selecting the buffer), and
686  @code{other-buffer}, use this ordering.  A buffer list displayed for the  to the end when they are buried (see @code{bury-buffer}, below).
687  user also follows this order.  Several functions, notably @code{other-buffer}, use this ordering.  A
688    buffer list displayed for the user also follows this order.
689    
690    In addition to the fundamental Emacs buffer list, each frame has its    In addition to the fundamental Emacs buffer list, each frame has its
691  own version of the buffer list, in which the buffers that have been  own version of the buffer list, in which the buffers that have been

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26