diff options
| author | Luc Teirlinck | 2005-12-22 19:09:01 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-22 19:09:01 +0000 |
| commit | 160bde9cdbf57233b5ca4ad37158a8317d110f9a (patch) | |
| tree | a88fa9ec88d9ee2aa2a566ec174e96870afbd9e9 | |
| parent | 1469580218028010345f4e33c1cd6b24a376bc69 (diff) | |
| download | emacs-160bde9cdbf57233b5ca4ad37158a8317d110f9a.tar.gz emacs-160bde9cdbf57233b5ca4ad37158a8317d110f9a.zip | |
(Select Buffer): Change order in table to make "Similar" refer to the
correct item.
(Indirect Buffers): Minor rewording.
| -rw-r--r-- | man/buffers.texi | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/man/buffers.texi b/man/buffers.texi index 4285c22b731..3e4b311bd50 100644 --- a/man/buffers.texi +++ b/man/buffers.texi | |||
| @@ -67,16 +67,16 @@ megabytes. | |||
| 67 | @table @kbd | 67 | @table @kbd |
| 68 | @item C-x b @var{buffer} @key{RET} | 68 | @item C-x b @var{buffer} @key{RET} |
| 69 | Select or create a buffer named @var{buffer} (@code{switch-to-buffer}). | 69 | Select or create a buffer named @var{buffer} (@code{switch-to-buffer}). |
| 70 | @item C-x @key{LEFT} | ||
| 71 | Select the previous buffer in the list of existing buffers. | ||
| 72 | @item C-x @key{RIGHT} | ||
| 73 | Select the next buffer in the list of existing buffers. | ||
| 74 | @item C-x 4 b @var{buffer} @key{RET} | 70 | @item C-x 4 b @var{buffer} @key{RET} |
| 75 | Similar, but select @var{buffer} in another window | 71 | Similar, but select @var{buffer} in another window |
| 76 | (@code{switch-to-buffer-other-window}). | 72 | (@code{switch-to-buffer-other-window}). |
| 77 | @item C-x 5 b @var{buffer} @key{RET} | 73 | @item C-x 5 b @var{buffer} @key{RET} |
| 78 | Similar, but select @var{buffer} in a separate frame | 74 | Similar, but select @var{buffer} in a separate frame |
| 79 | (@code{switch-to-buffer-other-frame}). | 75 | (@code{switch-to-buffer-other-frame}). |
| 76 | @item C-x @key{LEFT} | ||
| 77 | Select the previous buffer in the list of existing buffers. | ||
| 78 | @item C-x @key{RIGHT} | ||
| 79 | Select the next buffer in the list of existing buffers. | ||
| 80 | @item C-u M-g M-g | 80 | @item C-u M-g M-g |
| 81 | @itemx C-u M-g g | 81 | @itemx C-u M-g g |
| 82 | Read a number @var{n} and move to line @var{n} in the most recently | 82 | Read a number @var{n} and move to line @var{n} in the most recently |
| @@ -530,11 +530,10 @@ outline. @xref{Outline Views}. | |||
| 530 | @kbd{M-x clone-indirect-buffer}. It creates and selects an indirect | 530 | @kbd{M-x clone-indirect-buffer}. It creates and selects an indirect |
| 531 | buffer whose base buffer is the current buffer. With a numeric | 531 | buffer whose base buffer is the current buffer. With a numeric |
| 532 | argument, it prompts for the name of the indirect buffer; otherwise it | 532 | argument, it prompts for the name of the indirect buffer; otherwise it |
| 533 | defaults to the name of the current buffer, modifying it by adding a | 533 | uses the name of the current buffer, with a @samp{<@var{n}>} suffix |
| 534 | @samp{<@var{n}>} suffix if required. @kbd{C-x 4 c} | 534 | added. @kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window}) |
| 535 | (@code{clone-indirect-buffer-other-window}) works like @kbd{M-x | 535 | works like @kbd{M-x clone-indirect-buffer}, but it selects the new |
| 536 | clone-indirect-buffer}, but it selects the new buffer in another | 536 | buffer in another window. |
| 537 | window. | ||
| 538 | 537 | ||
| 539 | The more general way to make an indirect buffer is with the command | 538 | The more general way to make an indirect buffer is with the command |
| 540 | @kbd{M-x make-indirect-buffer}. It creates an indirect buffer from | 539 | @kbd{M-x make-indirect-buffer}. It creates an indirect buffer from |