emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 4cfe531: Improve ELisp documentation of 'clone-in


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 4cfe531: Improve ELisp documentation of 'clone-indirect-buffer'
Date: Sat, 2 Jun 2018 07:15:53 -0400 (EDT)

branch: emacs-26
commit 4cfe5312c85130ea9ea0b379923c0ef6b190df77
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Improve ELisp documentation of 'clone-indirect-buffer'
    
    * doc/lispref/buffers.texi (Indirect Buffers): Be more explicit
    about the value of DISPLAY-FLAG in interactive usage.  (Bug#31648)
---
 doc/lispref/buffers.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi
index 686b616..b030d2e 100644
--- a/doc/lispref/buffers.texi
+++ b/doc/lispref/buffers.texi
@@ -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 address@hidden, that means to display the new
-buffer by calling @code{pop-to-buffer}.  If @var{norecord} is
address@hidden, that means not to put the new buffer to the front of
-the buffer list.
+If @var{display-flag} is address@hidden, as it always is in
+interactive calls, that means to display the new buffer by calling
address@hidden  If @var{norecord} is address@hidden, that means
+not to put the new buffer to the front of the buffer list.
 @end deffn
 
 @defun buffer-base-buffer &optional buffer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]