diff options
| author | Eli Zaretskii | 2001-09-23 18:52:16 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-23 18:52:16 +0000 |
| commit | 668bde52c8c4075902a96e2912ccc1ed17f04389 (patch) | |
| tree | bdf2fcfeff061c06432f49e6b4760a94f998a061 | |
| parent | 5df7058ccefaa4220d1279273cb04fb2cbf6fcf2 (diff) | |
| download | emacs-668bde52c8c4075902a96e2912ccc1ed17f04389.tar.gz emacs-668bde52c8c4075902a96e2912ccc1ed17f04389.zip | |
(The Buffer List): Add cross-references to the definition of selected frame.
| -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. | |||
| 745 | @defun other-buffer &optional buffer visible-ok frame | 745 | @defun other-buffer &optional buffer visible-ok frame |
| 746 | This function returns the first buffer in the buffer list other than | 746 | This 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 |
| 748 | frame @var{frame} or else the currently selected frame), aside from | 748 | frame @var{frame} or else the currently selected frame, @pxref{Input |
| 749 | @var{buffer}. Buffers whose names start with a space are not considered | 749 | Focus}), aside from @var{buffer}. Buffers whose names start with a |
| 750 | at all. | 750 | space are not considered at all. |
| 751 | 751 | ||
| 752 | If @var{buffer} is not supplied (or if it is not a buffer), then | 752 | If @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 |