aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-09-23 18:52:16 +0000
committerEli Zaretskii2001-09-23 18:52:16 +0000
commit668bde52c8c4075902a96e2912ccc1ed17f04389 (patch)
treebdf2fcfeff061c06432f49e6b4760a94f998a061
parent5df7058ccefaa4220d1279273cb04fb2cbf6fcf2 (diff)
downloademacs-668bde52c8c4075902a96e2912ccc1ed17f04389.tar.gz
emacs-668bde52c8c4075902a96e2912ccc1ed17f04389.zip
(The Buffer List): Add cross-references to the definition of selected frame.
-rw-r--r--lispref/buffers.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/lispref/buffers.texi b/lispref/buffers.texi
index b82c0df1296..4ceaabfbfc2 100644
--- a/lispref/buffers.texi
+++ b/lispref/buffers.texi
@@ -745,9 +745,9 @@ live buffer.
745@defun other-buffer &optional buffer visible-ok frame 745@defun other-buffer &optional buffer visible-ok frame
746This function returns the first buffer in the buffer list other than 746This function returns the first buffer in the buffer list other than
747@var{buffer}. Usually this is the buffer selected most recently (in 747@var{buffer}. Usually this is the buffer selected most recently (in
748frame @var{frame} or else the currently selected frame), aside from 748frame @var{frame} or else the currently selected frame, @pxref{Input
749@var{buffer}. Buffers whose names start with a space are not considered 749Focus}), aside from @var{buffer}. Buffers whose names start with a
750at all. 750space are not considered at all.
751 751
752If @var{buffer} is not supplied (or if it is not a buffer), then 752If @var{buffer} is not supplied (or if it is not a buffer), then
753@code{other-buffer} returns the first buffer in the selected frame's 753@code{other-buffer} returns the first buffer in the selected frame's