Index: emacs/lispref/buffers.texi
diff -c emacs/lispref/buffers.texi:1.41 emacs/lispref/buffers.texi:1.42
*** emacs/lispref/buffers.texi:1.41     Sun Apr 17 15:50:48 2005
--- emacs/lispref/buffers.texi  Tue Aug  9 23:35:19 2005
***************
*** 771,777 ****
  own version of the buffer list, in which the buffers that have been
  selected in that frame come first, starting with the buffers most
  recently selected @emph{in that frame}.  (This order is recorded in
! @var{frame}'s @code{buffer-list} frame parameter; see @ref{Window Frame
  Parameters}.)  The buffers that were never selected in @var{frame} come
  afterward, ordered according to the fundamental Emacs buffer list.
  
--- 771,777 ----
  own version of the buffer list, in which the buffers that have been
  selected in that frame come first, starting with the buffers most
  recently selected @emph{in that frame}.  (This order is recorded in
! @var{frame}'s @code{buffer-list} frame parameter; see @ref{Buffer
  Parameters}.)  The buffers that were never selected in @var{frame} come
  afterward, ordered according to the fundamental Emacs buffer list.
  
***************
*** 838,844 ****
  If @var{frame} has a [EMAIL PROTECTED] @code{buffer-predicate} parameter,
  then @code{other-buffer} uses that predicate to decide which buffers to
  consider.  It calls the predicate once for each buffer, and if the value
! is @code{nil}, that buffer is ignored.  @xref{Window Frame Parameters}.
  
  @c Emacs 19 feature
  If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning
--- 838,844 ----
  If @var{frame} has a [EMAIL PROTECTED] @code{buffer-predicate} parameter,
  then @code{other-buffer} uses that predicate to decide which buffers to
  consider.  It calls the predicate once for each buffer, and if the value
! is @code{nil}, that buffer is ignored.  @xref{Buffer Parameters}.
  
  @c Emacs 19 feature
  If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to