diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-09-23 18:52:16 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-09-23 18:52:16 +0000 |
commit | 668bde52c8c4075902a96e2912ccc1ed17f04389 (patch) | |
tree | bdf2fcfeff061c06432f49e6b4760a94f998a061 /lispref/buffers.texi | |
parent | 5df7058ccefaa4220d1279273cb04fb2cbf6fcf2 (diff) | |
download | emacs-668bde52c8c4075902a96e2912ccc1ed17f04389.tar.gz |
(The Buffer List): Add cross-references to the definition of selected frame.
Diffstat (limited to 'lispref/buffers.texi')
-rw-r--r-- | lispref/buffers.texi | 6 |
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. @defun other-buffer &optional buffer visible-ok frame This function returns the first buffer in the buffer list other than @var{buffer}. Usually this is the buffer selected most recently (in -frame @var{frame} or else the currently selected frame), aside from -@var{buffer}. Buffers whose names start with a space are not considered -at all. +frame @var{frame} or else the currently selected frame, @pxref{Input +Focus}), aside from @var{buffer}. Buffers whose names start with a +space are not considered at all. If @var{buffer} is not supplied (or if it is not a buffer), then @code{other-buffer} returns the first buffer in the selected frame's |