diff options
| author | Eli Zaretskii | 2025-01-28 18:18:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-01-28 18:18:24 +0200 |
| commit | 8c4a4b4eab8ac4dc26e65d552821f3f0b49c79c4 (patch) | |
| tree | 84b1bab5e733eccb4bf90ad570992a2467486281 /src/buffer.c | |
| parent | 7f01dd8906cbc8839ffecc55cfa7ff789f3fa298 (diff) | |
| download | emacs-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.c | 4 |
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 | |||
| 1729 | optional second argument VISIBLE-OK is non-nil. Ignore the argument | 1729 | optional second argument VISIBLE-OK is non-nil. Ignore the argument |
| 1730 | BUFFER unless it denotes a live buffer. If the optional third argument | 1730 | BUFFER unless it denotes a live buffer. If the optional third argument |
| 1731 | FRAME specifies a live frame, then use that frame's buffer list instead | 1731 | FRAME specifies a live frame, then use that frame's buffer list instead |
| 1732 | of the selected frame's buffer list. Do not return a hidden buffer - a | 1732 | of the selected frame's buffer list. Do not return a hidden buffer -- |
| 1733 | buffer whose name starts with a space. | 1733 | a buffer whose name starts with a space. |
| 1734 | 1734 | ||
| 1735 | The buffer is found by scanning the selected or specified frame's buffer | 1735 | The buffer is found by scanning the selected or specified frame's buffer |
| 1736 | list first, followed by the list of all buffers. If no other buffer | 1736 | list first, followed by the list of all buffers. If no other buffer |