1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

; Fix indexing in Emacs user manual

* doc/emacs/frames.texi (Creating Frames):
* doc/emacs/windows.texi (Pop Up Window): Fix indexing and
wording.  (Bug#78945)
This commit is contained in:
Eli Zaretskii 2025-07-11 09:24:50 +03:00
parent 05ecb2b8f0
commit 723cb4da47
2 changed files with 16 additions and 11 deletions

View file

@ -469,15 +469,15 @@ frame is created on the current display terminal.
buffer to select: buffer to select:
@table @kbd @table @kbd
@item C-x 5 2
@kindex C-x 5 2 @kindex C-x 5 2
@findex make-frame-command @findex make-frame-command
@item C-x 5 2
Create a new frame using the default frame parameters Create a new frame using the default frame parameters
(@code{make-frame-command}). (@code{make-frame-command}).
@item C-x 5 c
@kindex C-x 5 c @kindex C-x 5 c
@findex clone-frame @findex clone-frame
@item C-x 5 c
Create a new frame using the window configuration and frame parameters Create a new frame using the window configuration and frame parameters
of the current frame (@code{clone-frame}). of the current frame (@code{clone-frame}).
@ -503,18 +503,20 @@ Find the definition of an identifier in another frame. This runs
@code{xref-find-definitions-other-frame}, the multiple-frame variant @code{xref-find-definitions-other-frame}, the multiple-frame variant
of @kbd{M-.}. @xref{Xref}. of @kbd{M-.}. @xref{Xref}.
@item C-x 5 r @var{filename} @key{RET}
@kindex C-x 5 r @kindex C-x 5 r
@findex find-file-read-only-other-frame @findex find-file-read-only-other-frame
@item C-x 5 r @var{filename} @key{RET}
Visit file @var{filename} read-only, and select its buffer in another Visit file @var{filename} read-only, and select its buffer in another
frame. This runs @code{find-file-read-only-other-frame}. frame. This runs @code{find-file-read-only-other-frame}.
@xref{Visiting}. @xref{Visiting}.
@kindex C-x 5 5
@findex other-frame-prefix
@item C-x 5 5 @item C-x 5 5
A more general prefix command that affects the buffer displayed by the A more general prefix command that affects the buffer displayed by a
next command invoked immediately after this prefix command subsequent command invoked after this prefix command
(@code{other-frame-prefix}). It requests the buffer of the next (@code{other-frame-prefix}). It requests the buffer to be displayed by
command to be displayed in another frame. a subsequent command to be shown in another frame.
@end table @end table
You can control the appearance and behavior of the newly-created You can control the appearance and behavior of the newly-created

View file

@ -233,8 +233,8 @@ Select buffer @var{bufname} in another window
(@code{switch-to-buffer-other-window}). @xref{Select Buffer}. (@code{switch-to-buffer-other-window}). @xref{Select Buffer}.
@findex display-buffer @r{(command)} @findex display-buffer @r{(command)}
@item C-x 4 C-o @var{bufname} @key{RET}
@kindex C-x 4 C-o @kindex C-x 4 C-o
@item C-x 4 C-o @var{bufname} @key{RET}
Display buffer @var{bufname} in some window, without trying to select Display buffer @var{bufname} in some window, without trying to select
it (@code{display-buffer}). @xref{Displaying Buffers}, for details it (@code{display-buffer}). @xref{Displaying Buffers}, for details
about how the window is chosen. about how the window is chosen.
@ -263,10 +263,13 @@ Find the definition of an identifier, similar to @kbd{M-.}
Visit file @var{filename} read-only, and select its buffer in another Visit file @var{filename} read-only, and select its buffer in another
window (@code{find-file-read-only-other-window}). @xref{Visiting}. window (@code{find-file-read-only-other-window}). @xref{Visiting}.
@kindex C-x 4 4
@findex other-window-prefix
@item C-x 4 4 @item C-x 4 4
A more general prefix command affects the buffer displayed by the next A more general prefix command affects the buffer displayed by a
command invoked immediately after this prefix command. It requests subsequent command invoked after this prefix command
the buffer of the next command to be displayed in another window. (@code{other-window-prefix}). It requests the buffer displayed by a
subsequent command to be shown in another window.
@item C-x 4 1 @item C-x 4 1
This general prefix command requests the buffer of the next command This general prefix command requests the buffer of the next command