mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
(The Buffer List): Fix xrefs.
This commit is contained in:
parent
b8da16c648
commit
67ec7f41d0
@ -1,3 +1,24 @@
|
||||
2005-08-09 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* buffers.texi (The Buffer List): Fix xrefs.
|
||||
|
||||
* windows.texi (Splitting Windows): Fix xref.
|
||||
|
||||
* frames.texi (Layout Parameters): Add xref.
|
||||
|
||||
* display.texi (Line Height, Scroll Bars): Fix xrefs.
|
||||
|
||||
* keymaps.texi (Menu Bar): Fix xref.
|
||||
|
||||
* locals.texi (Standard Buffer-Local Variables): Fix xref.
|
||||
|
||||
* modes.texi (%-Constructs): Fix xref.
|
||||
|
||||
* frames.texi (Window Frame Parameters): Node split up.
|
||||
(Basic Parameters, Position Parameters, Size Parameters)
|
||||
(Layout Parameters, Buffer Parameters, Management Parameters)
|
||||
(Cursor Parameters, Color Parameters): New subnodes.
|
||||
|
||||
2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* positions.texi (Screen Lines): Update xref for previous change
|
||||
|
@ -771,7 +771,7 @@ buffer list displayed for the user also follows this order.
|
||||
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
|
||||
@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,7 +838,7 @@ buffer list that is not now visible in any window in a visible frame.
|
||||
If @var{frame} has a non-@code{nil} @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}.
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user