aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/buffers.texi17
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}
69Select or create a buffer named @var{buffer} (@code{switch-to-buffer}). 69Select or create a buffer named @var{buffer} (@code{switch-to-buffer}).
70@item C-x @key{LEFT}
71Select the previous buffer in the list of existing buffers.
72@item C-x @key{RIGHT}
73Select 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}
75Similar, but select @var{buffer} in another window 71Similar, 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}
78Similar, but select @var{buffer} in a separate frame 74Similar, 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}
77Select the previous buffer in the list of existing buffers.
78@item C-x @key{RIGHT}
79Select 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
82Read a number @var{n} and move to line @var{n} in the most recently 82Read 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
531buffer whose base buffer is the current buffer. With a numeric 531buffer whose base buffer is the current buffer. With a numeric
532argument, it prompts for the name of the indirect buffer; otherwise it 532argument, it prompts for the name of the indirect buffer; otherwise it
533defaults to the name of the current buffer, modifying it by adding a 533uses the name of the current buffer, with a @samp{<@var{n}>} suffix
534@samp{<@var{n}>} suffix if required. @kbd{C-x 4 c} 534added. @kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window})
535(@code{clone-indirect-buffer-other-window}) works like @kbd{M-x 535works like @kbd{M-x clone-indirect-buffer}, but it selects the new
536clone-indirect-buffer}, but it selects the new buffer in another 536buffer in another window.
537window.
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