diff options
| author | Eli Zaretskii | 2018-06-02 14:15:10 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-06-02 14:15:10 +0300 |
| commit | 4cfe5312c85130ea9ea0b379923c0ef6b190df77 (patch) | |
| tree | 87858ed708d826976f81441e0d27f0e4feb33bc6 | |
| parent | 9089b0239fbb4d658cc26523685f58e15a4d429a (diff) | |
| download | emacs-4cfe5312c85130ea9ea0b379923c0ef6b190df77.tar.gz emacs-4cfe5312c85130ea9ea0b379923c0ef6b190df77.zip | |
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)
| -rw-r--r-- | doc/lispref/buffers.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/buffers.texi b/doc/lispref/buffers.texi index 686b6162a55..b030d2e63a8 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 | |||
| 1181 | buffer's attributes. (If the current buffer is not indirect, it is | 1181 | buffer's attributes. (If the current buffer is not indirect, it is |
| 1182 | used as the base buffer.) | 1182 | used as the base buffer.) |
| 1183 | 1183 | ||
| 1184 | If @var{display-flag} is non-@code{nil}, that means to display the new | 1184 | If @var{display-flag} is non-@code{nil}, as it always is in |
| 1185 | buffer by calling @code{pop-to-buffer}. If @var{norecord} is | 1185 | interactive calls, that means to display the new buffer by calling |
| 1186 | non-@code{nil}, that means not to put the new buffer to the front of | 1186 | @code{pop-to-buffer}. If @var{norecord} is non-@code{nil}, that means |
| 1187 | the buffer list. | 1187 | not to put the new buffer to the front of the buffer list. |
| 1188 | @end deffn | 1188 | @end deffn |
| 1189 | 1189 | ||
| 1190 | @defun buffer-base-buffer &optional buffer | 1190 | @defun buffer-base-buffer &optional buffer |