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.
-In this case it will show another buffer - one that could be returned by
-the function @code{other-buffer} (@pxref{Buffer List}) - instead.
+In this case it will show another buffer---one that could be returned by
+the function @code{other-buffer} (@pxref{Buffer List})---instead.
However, if the variable @code{expose-hidden-buffer} is non-@code{nil},
this function will display the current buffer even if it is hidden.
@end deffn
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.
-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
current buffer even if it is hidden."
(interactive)
optional second argument VISIBLE-OK is non-nil. Ignore the 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
-of the selected frame's buffer list. Do not return a hidden buffer - a
-buffer whose name starts with a space.
+of the selected frame's buffer list. Do not return a hidden buffer --
+a buffer whose name starts with a space.
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