]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Tue, 28 Jan 2025 16:18:24 +0000 (18:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 30 Jan 2025 18:12:05 +0000 (19:12 +0100)
* src/buffer.c (Fother_buffer):
* lisp/frame.el (make-frame):
* doc/lispref/frames.texi (Creating Frames): Fix em-dash.

(cherry picked from commit 8c4a4b4eab8ac4dc26e65d552821f3f0b49c79c4)

doc/lispref/frames.texi
lisp/frame.el
src/buffer.c

index 52af34389c5ee7b4a9b89e446f45734d172e3ae7..5ce6fc6c5c559a39fafd9b1125399f3095d46e68 100644 (file)
@@ -165,8 +165,8 @@ new frame for its own reasons.
 
 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
index dc6628b2dd87b54e52d92e5df79ca801f3761840..4bc8b4c05dbaba3d10d740650d16d0a96c3a6f2f 100644 (file)
@@ -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
 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)
index ed2f14ea9c00981386a3983474d0f4391530729d..a4dc8b120937def5a70c4988bb56820eb706464f 100644 (file)
@@ -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
 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 --
+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