From b2329fbbe4e694e32c391dd5009f17f72b45e0f2 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 13 Sep 2022 14:07:40 +0200 Subject: [PATCH] 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). --- doc/emacs/buffers.texi | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 -- 2.39.2