# HG changeset patch # User Eli Zaretskii # Date 967269773 0 # Node ID 4140a40525e86f8a98eb2dcf1eaf14cc891b5580 # Parent 3391551391df9f68b8d2d6caade48fb9c7528df8 Mention that M-x clone-buffer can be used to create multiple *info* and *Help* buffers. Add an index entry. diff -r 3391551391df -r 4140a40525e8 man/buffers.texi --- a/man/buffers.texi Sat Aug 26 05:59:50 2000 +0000 +++ b/man/buffers.texi Sat Aug 26 06:02:53 2000 +0000 @@ -429,6 +429,7 @@ the buffer @var{base-buffer}. It prompts for both @var{base-buffer} and @var{indirect-name}. +@cindex multiple @samp{*info*} and @samp{*Help*} buffers The command @kbd{M-x clone-indirect-buffer} creates an indirect buffer whose base buffer is the current buffer, and also selects the newly-created indirect buffer. With a numeric argument, it prompts for @@ -436,7 +437,8 @@ the current buffer, modifying it by adding a @samp{<@var{n}>} prefix if required. @kbd{C-x 4 c} (@code{clone-indirect-buffer-other-window}) works like @kbd{M-x clone-indirect-buffer}, but it selects the cloned -buffer in another window. +buffer in another window. These commands come in handy if you want to +create new @samp{*info*} or @samp{*Help*} buffers, for example. @node Buffer Convenience @section Convenience Features and Customization of Buffer Handling