diff options
| author | Eli Zaretskii | 2025-07-12 05:25:03 -0400 |
|---|---|---|
| committer | Eli Zaretskii | 2025-07-12 05:25:03 -0400 |
| commit | c6c64d6da3ea48887c95ef978095ca643480cc15 (patch) | |
| tree | 14a504c70f2578057511322696a9a1713a6938d8 | |
| parent | d7c2cd63ce37a14734708eac8a19c92cc5e48df9 (diff) | |
| parent | 6dd8266bc4a76fc5fb696f08a26579324202a97e (diff) | |
| download | emacs-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.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 16 | ||||
| -rw-r--r-- | doc/emacs/windows.texi | 11 |
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 |
| 2490 | an @dfn{initialization file}, or @dfn{init file} for short. This | 2490 | an @dfn{initialization file}, or @dfn{init file} for short. This file, |
| 2491 | file, if it exists, specifies how to initialize Emacs for you. | 2491 | if it exists, specifies how to initialize Emacs for you and how to |
| 2492 | customize its various optional features. The customizations you make by | ||
| 2493 | using @w{@kbd{M-x customize}} (@pxref{Easy Customization}) are also by | ||
| 2494 | default saved in the init file (@pxref{Saving Customizations}). | ||
| 2495 | |||
| 2492 | Traditionally, file @file{~/.emacs} is used as the init file, although | 2496 | Traditionally, file @file{~/.emacs} is used as the init file, although |
| 2493 | Emacs also looks at @file{~/.emacs.el}, @file{~/.emacs.d/init.el}, | 2497 | Emacs 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. | |||
| 469 | buffer to select: | 469 | buffer 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 | ||
| 475 | Create a new frame using the default frame parameters | 475 | Create 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 | ||
| 481 | Create a new frame using the window configuration and frame parameters | 481 | Create a new frame using the window configuration and frame parameters |
| 482 | of the current frame (@code{clone-frame}). | 482 | of 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 |
| 504 | of @kbd{M-.}. @xref{Xref}. | 504 | of @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} | ||
| 509 | Visit file @var{filename} read-only, and select its buffer in another | 509 | Visit file @var{filename} read-only, and select its buffer in another |
| 510 | frame. This runs @code{find-file-read-only-other-frame}. | 510 | frame. 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 |
| 514 | A more general prefix command that affects the buffer displayed by the | 516 | A more general prefix command that affects the buffer displayed by a |
| 515 | next command invoked immediately after this prefix command | 517 | subsequent 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 |
| 517 | command to be displayed in another frame. | 519 | a 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} | ||
| 238 | Display buffer @var{bufname} in some window, without trying to select | 238 | Display buffer @var{bufname} in some window, without trying to select |
| 239 | it (@code{display-buffer}). @xref{Displaying Buffers}, for details | 239 | it (@code{display-buffer}). @xref{Displaying Buffers}, for details |
| 240 | about how the window is chosen. | 240 | about how the window is chosen. |
| @@ -263,10 +263,13 @@ Find the definition of an identifier, similar to @kbd{M-.} | |||
| 263 | Visit file @var{filename} read-only, and select its buffer in another | 263 | Visit file @var{filename} read-only, and select its buffer in another |
| 264 | window (@code{find-file-read-only-other-window}). @xref{Visiting}. | 264 | window (@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 |
| 267 | A more general prefix command affects the buffer displayed by the next | 269 | A more general prefix command affects the buffer displayed by a |
| 268 | command invoked immediately after this prefix command. It requests | 270 | subsequent command invoked after this prefix command |
| 269 | the buffer of the next command to be displayed in another window. | 271 | (@code{other-window-prefix}). It requests the buffer displayed by a |
| 272 | subsequent command to be shown in another window. | ||
| 270 | 273 | ||
| 271 | @item C-x 4 1 | 274 | @item C-x 4 1 |
| 272 | This general prefix command requests the buffer of the next command | 275 | This general prefix command requests the buffer of the next command |