aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2025-01-28 18:18:24 +0200
committerEli Zaretskii2025-01-28 18:18:24 +0200
commit8c4a4b4eab8ac4dc26e65d552821f3f0b49c79c4 (patch)
tree84b1bab5e733eccb4bf90ad570992a2467486281 /src/buffer.c
parent7f01dd8906cbc8839ffecc55cfa7ff789f3fa298 (diff)
downloademacs-8c4a4b4eab8ac4dc26e65d552821f3f0b49c79c4.tar.gz
emacs-8c4a4b4eab8ac4dc26e65d552821f3f0b49c79c4.zip
; Fix last change
* src/buffer.c (Fother_buffer): * lisp/frame.el (make-frame): * doc/lispref/frames.texi (Creating Frames): Fix em-dash.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index ed2f14ea9c0..a4dc8b12093 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1729,8 +1729,8 @@ Buffers not visible in windows are preferred to visible buffers, unless
1729optional second argument VISIBLE-OK is non-nil. Ignore the argument 1729optional second argument VISIBLE-OK is non-nil. Ignore the argument
1730BUFFER unless it denotes a live buffer. If the optional third argument 1730BUFFER unless it denotes a live buffer. If the optional third argument
1731FRAME specifies a live frame, then use that frame's buffer list instead 1731FRAME specifies a live frame, then use that frame's buffer list instead
1732of the selected frame's buffer list. Do not return a hidden buffer - a 1732of the selected frame's buffer list. Do not return a hidden buffer --
1733buffer whose name starts with a space. 1733a buffer whose name starts with a space.
1734 1734
1735The buffer is found by scanning the selected or specified frame's buffer 1735The buffer is found by scanning the selected or specified frame's buffer
1736list first, followed by the list of all buffers. If no other buffer 1736list first, followed by the list of all buffers. If no other buffer