]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve ELisp documentation of 'clone-indirect-buffer'
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jun 2018 11:15:10 +0000 (14:15 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jun 2018 11:15:10 +0000 (14:15 +0300)
* doc/lispref/buffers.texi (Indirect Buffers): Be more explicit
about the value of DISPLAY-FLAG in interactive usage.  (Bug#31648)

doc/lispref/buffers.texi

index 686b6162a55bb37d84d029a8dbf8120f03cd80af..b030d2e63a84d2f3ec88bd9d4465f55cb6e4214f 100644 (file)
@@ -1181,10 +1181,10 @@ the current buffer's base buffer and copies the rest of the current
 buffer's attributes.  (If the current buffer is not indirect, it is
 used as the base buffer.)
 
-If @var{display-flag} is non-@code{nil}, that means to display the new
-buffer by calling @code{pop-to-buffer}.  If @var{norecord} is
-non-@code{nil}, that means not to put the new buffer to the front of
-the buffer list.
+If @var{display-flag} is non-@code{nil}, as it always is in
+interactive calls, that means to display the new buffer by calling
+@code{pop-to-buffer}.  If @var{norecord} is non-@code{nil}, that means
+not to put the new buffer to the front of the buffer list.
 @end deffn
 
 @defun buffer-base-buffer &optional buffer