aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-12 05:25:03 -0400
committerEli Zaretskii2025-07-12 05:25:03 -0400
commitc6c64d6da3ea48887c95ef978095ca643480cc15 (patch)
tree14a504c70f2578057511322696a9a1713a6938d8
parentd7c2cd63ce37a14734708eac8a19c92cc5e48df9 (diff)
parent6dd8266bc4a76fc5fb696f08a26579324202a97e (diff)
downloademacs-c6c64d6da3ea48887c95ef978095ca643480cc15.tar.gz
emacs-c6c64d6da3ea48887c95ef978095ca643480cc15.zip
Merge from origin/emacs-30
6dd8266bc4a ; * doc/emacs/custom.texi (Init File): Mention "M-x custo... 723cb4da47a ; Fix indexing in Emacs user manual
-rw-r--r--doc/emacs/custom.texi8
-rw-r--r--doc/emacs/frames.texi16
-rw-r--r--doc/emacs/windows.texi11
3 files changed, 22 insertions, 13 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 85b00567cf0..9b545b9fd0a 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -2487,8 +2487,12 @@ as a function from Lisp programs.
2487@c When updating this, also update ``Setting up a customization file'' 2487@c When updating this, also update ``Setting up a customization file''
2488@c in efaq.texi. 2488@c in efaq.texi.
2489 When Emacs is started, it normally tries to load a Lisp program from 2489 When Emacs is started, it normally tries to load a Lisp program from
2490an @dfn{initialization file}, or @dfn{init file} for short. This 2490an @dfn{initialization file}, or @dfn{init file} for short. This file,
2491file, if it exists, specifies how to initialize Emacs for you. 2491if it exists, specifies how to initialize Emacs for you and how to
2492customize its various optional features. The customizations you make by
2493using @w{@kbd{M-x customize}} (@pxref{Easy Customization}) are also by
2494default saved in the init file (@pxref{Saving Customizations}).
2495
2492Traditionally, file @file{~/.emacs} is used as the init file, although 2496Traditionally, file @file{~/.emacs} is used as the init file, although
2493Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el}, 2497Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el},
2494@file{~/.config/emacs/init.el}, or other locations. @xref{Find Init}. 2498@file{~/.config/emacs/init.el}, or other locations. @xref{Find Init}.
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index c2451e87715..22c326d33f5 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -469,15 +469,15 @@ frame is created on the current display terminal.
469buffer to select: 469buffer to select:
470 470
471@table @kbd 471@table @kbd
472@item C-x 5 2
473@kindex C-x 5 2 472@kindex C-x 5 2
474@findex make-frame-command 473@findex make-frame-command
474@item C-x 5 2
475Create a new frame using the default frame parameters 475Create a new frame using the default frame parameters
476(@code{make-frame-command}). 476(@code{make-frame-command}).
477 477
478@item C-x 5 c
479@kindex C-x 5 c 478@kindex C-x 5 c
480@findex clone-frame 479@findex clone-frame
480@item C-x 5 c
481Create a new frame using the window configuration and frame parameters 481Create a new frame using the window configuration and frame parameters
482of the current frame (@code{clone-frame}). 482of the current frame (@code{clone-frame}).
483 483
@@ -503,18 +503,20 @@ Find the definition of an identifier in another frame. This runs
503@code{xref-find-definitions-other-frame}, the multiple-frame variant 503@code{xref-find-definitions-other-frame}, the multiple-frame variant
504of @kbd{M-.}. @xref{Xref}. 504of @kbd{M-.}. @xref{Xref}.
505 505
506@item C-x 5 r @var{filename} @key{RET}
507@kindex C-x 5 r 506@kindex C-x 5 r
508@findex find-file-read-only-other-frame 507@findex find-file-read-only-other-frame
508@item C-x 5 r @var{filename} @key{RET}
509Visit file @var{filename} read-only, and select its buffer in another 509Visit file @var{filename} read-only, and select its buffer in another
510frame. This runs @code{find-file-read-only-other-frame}. 510frame. This runs @code{find-file-read-only-other-frame}.
511@xref{Visiting}. 511@xref{Visiting}.
512 512
513@kindex C-x 5 5
514@findex other-frame-prefix
513@item C-x 5 5 515@item C-x 5 5
514A more general prefix command that affects the buffer displayed by the 516A more general prefix command that affects the buffer displayed by a
515next command invoked immediately after this prefix command 517subsequent command invoked after this prefix command
516(@code{other-frame-prefix}). It requests the buffer of the next 518(@code{other-frame-prefix}). It requests the buffer to be displayed by
517command to be displayed in another frame. 519a subsequent command to be shown in another frame.
518@end table 520@end table
519 521
520 You can control the appearance and behavior of the newly-created 522 You can control the appearance and behavior of the newly-created
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi
index d0ad1ee8547..9473f189c25 100644
--- a/doc/emacs/windows.texi
+++ b/doc/emacs/windows.texi
@@ -233,8 +233,8 @@ Select buffer @var{bufname} in another window
233(@code{switch-to-buffer-other-window}). @xref{Select Buffer}. 233(@code{switch-to-buffer-other-window}). @xref{Select Buffer}.
234 234
235@findex display-buffer @r{(command)} 235@findex display-buffer @r{(command)}
236@item C-x 4 C-o @var{bufname} @key{RET}
237@kindex C-x 4 C-o 236@kindex C-x 4 C-o
237@item C-x 4 C-o @var{bufname} @key{RET}
238Display buffer @var{bufname} in some window, without trying to select 238Display buffer @var{bufname} in some window, without trying to select
239it (@code{display-buffer}). @xref{Displaying Buffers}, for details 239it (@code{display-buffer}). @xref{Displaying Buffers}, for details
240about how the window is chosen. 240about how the window is chosen.
@@ -263,10 +263,13 @@ Find the definition of an identifier, similar to @kbd{M-.}
263Visit file @var{filename} read-only, and select its buffer in another 263Visit file @var{filename} read-only, and select its buffer in another
264window (@code{find-file-read-only-other-window}). @xref{Visiting}. 264window (@code{find-file-read-only-other-window}). @xref{Visiting}.
265 265
266@kindex C-x 4 4
267@findex other-window-prefix
266@item C-x 4 4 268@item C-x 4 4
267A more general prefix command affects the buffer displayed by the next 269A more general prefix command affects the buffer displayed by a
268command invoked immediately after this prefix command. It requests 270subsequent command invoked after this prefix command
269the buffer of the next command to be displayed in another window. 271(@code{other-window-prefix}). It requests the buffer displayed by a
272subsequent command to be shown in another window.
270 273
271@item C-x 4 1 274@item C-x 4 1
272This general prefix command requests the buffer of the next command 275This general prefix command requests the buffer of the next command