diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-13 14:07:40 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-09-13 14:33:20 +0200 |
commit | b2329fbbe4e694e32c391dd5009f17f72b45e0f2 (patch) | |
tree | 707a081f1ce443328838a9e2ae1a8935c24459b9 /doc/emacs | |
parent | 83531a336db21364c53439ba1e9d6ee76db73efe (diff) | |
download | emacs-b2329fbbe4e694e32c391dd5009f17f72b45e0f2.tar.gz |
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).
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/buffers.texi | 12 |
1 files 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 |