emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/buffers.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/buffers.texi
Date: Sun, 06 Apr 2003 16:23:10 -0400

Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.26 emacs/lispref/buffers.texi:1.27
*** emacs/lispref/buffers.texi:1.26     Mon Feb 10 06:31:11 2003
--- emacs/lispref/buffers.texi  Sun Apr  6 16:23:10 2003
***************
*** 678,690 ****
  @cindex buffer list
  
    The @dfn{buffer list} is a list of all live buffers.  Creating a
! buffer adds it to this list, and killing a buffer excises it.  The order
! of the buffers in the list is based primarily on how recently each
! buffer has been displayed in the selected window.  Buffers move to the
! front of the list when they are selected and to the end when they are
! buried (see @code{bury-buffer}, below).  Several functions, notably
! @code{other-buffer}, use this ordering.  A buffer list displayed for the
! user also follows this order.
  
    In addition to the fundamental Emacs buffer list, each frame has its
  own version of the buffer list, in which the buffers that have been
--- 678,691 ----
  @cindex buffer list
  
    The @dfn{buffer list} is a list of all live buffers.  Creating a
! buffer adds it to this list, and killing a buffer removes it.  The
! order of the buffers in the list is based primarily on how recently
! each buffer has been displayed in the selected window.  Buffers move
! to the front of the list when they are selected (selecting a window
! that already displays the buffer counts as selecting the buffer), and
! to the end when they are buried (see @code{bury-buffer}, below).
! Several functions, notably @code{other-buffer}, use this ordering.  A
! buffer list displayed for the user also follows this order.
  
    In addition to the fundamental Emacs buffer list, each frame has its
  own version of the buffer list, in which the buffers that have been




reply via email to

[Prev in Thread] Current Thread [Next in Thread]