mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Fix last change
* src/buffer.c (Fother_buffer): * lisp/frame.el (make-frame): * doc/lispref/frames.texi (Creating Frames): Fix em-dash.
This commit is contained in:
parent
7f01dd8906
commit
8c4a4b4eab
3 changed files with 5 additions and 5 deletions
|
|
@ -165,8 +165,8 @@ new frame for its own reasons.
|
||||||
|
|
||||||
By default this function does not display the current buffer in the new
|
By default this function does not display the current buffer in the new
|
||||||
frame if the buffer is hidden, that is, if its name starts with a space.
|
frame if the buffer is hidden, that is, if its name starts with a space.
|
||||||
In this case it will show another buffer - one that could be returned by
|
In this case it will show another buffer---one that could be returned by
|
||||||
the function @code{other-buffer} (@pxref{Buffer List}) - instead.
|
the function @code{other-buffer} (@pxref{Buffer List})---instead.
|
||||||
However, if the variable @code{expose-hidden-buffer} is non-@code{nil},
|
However, if the variable @code{expose-hidden-buffer} is non-@code{nil},
|
||||||
this function will display the current buffer even if it is hidden.
|
this function will display the current buffer even if it is hidden.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
|
||||||
|
|
@ -953,7 +953,7 @@ the new frame according to its own rules.
|
||||||
|
|
||||||
By default do not display the current buffer in the new frame if the
|
By default do not display the current buffer in the new frame if the
|
||||||
buffer is hidden, that is, if the buffer's name starts with a space.
|
buffer is hidden, that is, if the buffer's name starts with a space.
|
||||||
Display another buffer - one that could be returned by `other-buffer' -
|
Display another buffer, one that could be returned by `other-buffer',
|
||||||
instead. However, if `expose-hidden-buffer' is non-nil, display the
|
instead. However, if `expose-hidden-buffer' is non-nil, display the
|
||||||
current buffer even if it is hidden."
|
current buffer even if it is hidden."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
|
|
||||||
|
|
@ -1729,8 +1729,8 @@ Buffers not visible in windows are preferred to visible buffers, unless
|
||||||
optional second argument VISIBLE-OK is non-nil. Ignore the argument
|
optional second argument VISIBLE-OK is non-nil. Ignore the argument
|
||||||
BUFFER unless it denotes a live buffer. If the optional third argument
|
BUFFER unless it denotes a live buffer. If the optional third argument
|
||||||
FRAME specifies a live frame, then use that frame's buffer list instead
|
FRAME specifies a live frame, then use that frame's buffer list instead
|
||||||
of the selected frame's buffer list. Do not return a hidden buffer - a
|
of the selected frame's buffer list. Do not return a hidden buffer --
|
||||||
buffer whose name starts with a space.
|
a buffer whose name starts with a space.
|
||||||
|
|
||||||
The buffer is found by scanning the selected or specified frame's buffer
|
The buffer is found by scanning the selected or specified frame's buffer
|
||||||
list first, followed by the list of all buffers. If no other buffer
|
list first, followed by the list of all buffers. If no other buffer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue