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)
This commit is contained in:
parent
9089b0239f
commit
4cfe5312c8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
buffer's attributes. (If the current buffer is not indirect, it is
|
||||||
used as the base buffer.)
|
used as the base buffer.)
|
||||||
|
|
||||||
If @var{display-flag} is non-@code{nil}, that means to display the new
|
If @var{display-flag} is non-@code{nil}, as it always is in
|
||||||
buffer by calling @code{pop-to-buffer}. If @var{norecord} is
|
interactive calls, that means to display the new buffer by calling
|
||||||
non-@code{nil}, that means not to put the new buffer to the front of
|
@code{pop-to-buffer}. If @var{norecord} is non-@code{nil}, that means
|
||||||
the buffer list.
|
not to put the new buffer to the front of the buffer list.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@defun buffer-base-buffer &optional buffer
|
@defun buffer-base-buffer &optional buffer
|
||||||
|
|
Loading…
Add table
Reference in a new issue