aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-09 23:37:15 +0000
committerRichard M. Stallman2005-08-09 23:37:15 +0000
commit67ec7f41d043a895556e581b6d035fa4906dabd1 (patch)
treea7e6663c25743a8c6a260b2a328031d139e837a0
parentb8da16c648362892d0d8bf2aec33c43df76b3a5c (diff)
downloademacs-67ec7f41d043a895556e581b6d035fa4906dabd1.tar.gz
emacs-67ec7f41d043a895556e581b6d035fa4906dabd1.zip
(The Buffer List): Fix xrefs.
-rw-r--r--lispref/ChangeLog21
-rw-r--r--lispref/buffers.texi4
2 files changed, 23 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 7d2d47471f5..633fdab3512 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,24 @@
12005-08-09 Richard M. Stallman <rms@gnu.org>
2
3 * buffers.texi (The Buffer List): Fix xrefs.
4
5 * windows.texi (Splitting Windows): Fix xref.
6
7 * frames.texi (Layout Parameters): Add xref.
8
9 * display.texi (Line Height, Scroll Bars): Fix xrefs.
10
11 * keymaps.texi (Menu Bar): Fix xref.
12
13 * locals.texi (Standard Buffer-Local Variables): Fix xref.
14
15 * modes.texi (%-Constructs): Fix xref.
16
17 * frames.texi (Window Frame Parameters): Node split up.
18 (Basic Parameters, Position Parameters, Size Parameters)
19 (Layout Parameters, Buffer Parameters, Management Parameters)
20 (Cursor Parameters, Color Parameters): New subnodes.
21
12005-08-09 Luc Teirlinck <teirllm@auburn.edu> 222005-08-09 Luc Teirlinck <teirllm@auburn.edu>
2 23
3 * positions.texi (Screen Lines): Update xref for previous change 24 * positions.texi (Screen Lines): Update xref for previous change
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index a0769be23dd..d9e276c13cf 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -771,7 +771,7 @@ buffer list displayed for the user also follows this order.
771own version of the buffer list, in which the buffers that have been 771own version of the buffer list, in which the buffers that have been
772selected in that frame come first, starting with the buffers most 772selected in that frame come first, starting with the buffers most
773recently selected @emph{in that frame}. (This order is recorded in 773recently selected @emph{in that frame}. (This order is recorded in
774@var{frame}'s @code{buffer-list} frame parameter; see @ref{Window Frame 774@var{frame}'s @code{buffer-list} frame parameter; see @ref{Buffer
775Parameters}.) The buffers that were never selected in @var{frame} come 775Parameters}.) The buffers that were never selected in @var{frame} come
776afterward, ordered according to the fundamental Emacs buffer list. 776afterward, ordered according to the fundamental Emacs buffer list.
777 777
@@ -838,7 +838,7 @@ buffer list that is not now visible in any window in a visible frame.
838If @var{frame} has a non-@code{nil} @code{buffer-predicate} parameter, 838If @var{frame} has a non-@code{nil} @code{buffer-predicate} parameter,
839then @code{other-buffer} uses that predicate to decide which buffers to 839then @code{other-buffer} uses that predicate to decide which buffers to
840consider. It calls the predicate once for each buffer, and if the value 840consider. It calls the predicate once for each buffer, and if the value
841is @code{nil}, that buffer is ignored. @xref{Window Frame Parameters}. 841is @code{nil}, that buffer is ignored. @xref{Buffer Parameters}.
842 842
843@c Emacs 19 feature 843@c Emacs 19 feature
844If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning 844If @var{visible-ok} is @code{nil}, @code{other-buffer} avoids returning