From: Lars Ingebrigtsen Date: Tue, 13 Sep 2022 12:07:40 +0000 (+0200) Subject: Indirect Buffers manual improvement X-Git-Tag: emacs-29.0.90~1856^2~566 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2329fbbe4e694e32c391dd5009f17f72b45e0f2;p=emacs.git Indirect Buffers manual improvement * doc/emacs/buffers.texi (Indirect Buffers): There's no point in mentioning both clone-indirect-buffer and clone-indirect-buffer-other-window here since they do the pretty much the same (bug#57753). --- diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 120c957ff86..8b21b6457cd 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -631,13 +631,11 @@ buffer, but killing an indirect buffer has no effect on its base buffer. outline. @xref{Outline Views}. A quick and handy way to make an indirect buffer is with the command -@kbd{M-x clone-indirect-buffer}. It creates and selects an indirect -buffer whose base buffer is the current buffer. With a numeric -argument, it prompts for the name of the indirect buffer; otherwise it -uses the name of the current buffer, with a @samp{<@var{n}>} suffix -added. @kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window}) -works like @kbd{M-x clone-indirect-buffer}, but it selects the new -buffer in another window. +@kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window}). It creates +and selects an indirect buffer whose base buffer is the current +buffer. With a numeric argument, it prompts for the name of the +indirect buffer; otherwise it uses the name of the current buffer, +with a @samp{<@var{n}>} suffix added. The more general way to make an indirect buffer is with the command @kbd{M-x make-indirect-buffer}. It creates an indirect buffer