diff options
| author | Eli Zaretskii | 2025-11-02 10:48:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2025-11-02 10:48:13 +0200 |
| commit | 69b0aa2928e6f693e7c6d09b7ffae9839166fc2b (patch) | |
| tree | aadf1319f135f3089b7d50f93b3a5678fa647621 /doc | |
| parent | 6d36c6b6f9c18fac9b4840a12ed830f0580c2de1 (diff) | |
| download | emacs-69b0aa2928e6f693e7c6d09b7ffae9839166fc2b.tar.gz emacs-69b0aa2928e6f693e7c6d09b7ffae9839166fc2b.zip | |
; Fix documentation of a recent commit
* doc/emacs/frames.texi (Frame Commands): Document
'alter-fullscreen-frames', which is a user option. Fix indexing.
* src/frame.c (syms_of_frame) <alter-fullscreen-frames>: Doc fix.
(Bug#79756)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/frames.texi | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 22c326d33f5..5b11af2b17f 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -528,51 +528,55 @@ frames by specifying @dfn{frame parameters}. @xref{Frame Parameters}. | |||
| 528 | The following commands are used to delete and operate on frames: | 528 | The following commands are used to delete and operate on frames: |
| 529 | 529 | ||
| 530 | @table @kbd | 530 | @table @kbd |
| 531 | @item C-x 5 0 | ||
| 532 | @kindex C-x 5 0 | 531 | @kindex C-x 5 0 |
| 533 | @findex delete-frame | 532 | @findex delete-frame |
| 533 | @item C-x 5 0 | ||
| 534 | Delete the selected frame (@code{delete-frame}). This signals an | 534 | Delete the selected frame (@code{delete-frame}). This signals an |
| 535 | error if there is only one frame. | 535 | error if there is only one frame. |
| 536 | 536 | ||
| 537 | @item C-x 5 u | ||
| 538 | @kindex C-x 5 u | 537 | @kindex C-x 5 u |
| 539 | @findex undelete-frame | 538 | @findex undelete-frame |
| 540 | @findex undelete-frame-mode | 539 | @findex undelete-frame-mode |
| 540 | @item C-x 5 u | ||
| 541 | When @code{undelete-frame-mode} is enabled, undelete one of the 16 | 541 | When @code{undelete-frame-mode} is enabled, undelete one of the 16 |
| 542 | most recently deleted frames. Without a prefix argument, undelete the | 542 | most recently deleted frames. Without a prefix argument, undelete the |
| 543 | most recently deleted frame. With a numerical prefix argument between | 543 | most recently deleted frame. With a numerical prefix argument between |
| 544 | 1 and 16, where 1 is the most recently deleted frame, undelete the | 544 | 1 and 16, where 1 is the most recently deleted frame, undelete the |
| 545 | corresponding deleted frame. | 545 | corresponding deleted frame. |
| 546 | 546 | ||
| 547 | @item C-z | ||
| 548 | @kindex C-z @r{(X windows)} | 547 | @kindex C-z @r{(X windows)} |
| 548 | @item C-z | ||
| 549 | Minimize (or iconify) the selected Emacs frame | 549 | Minimize (or iconify) the selected Emacs frame |
| 550 | (@code{suspend-frame}). @xref{Exiting}. | 550 | (@code{suspend-frame}). @xref{Exiting}. |
| 551 | 551 | ||
| 552 | @item C-x 5 o | ||
| 553 | @kindex C-x 5 o | 552 | @kindex C-x 5 o |
| 554 | @findex other-frame | 553 | @findex other-frame |
| 554 | @item C-x 5 o | ||
| 555 | Select another frame, and raise it. If you repeat this command, it | 555 | Select another frame, and raise it. If you repeat this command, it |
| 556 | cycles through all the frames on your terminal. | 556 | cycles through all the frames on your terminal. |
| 557 | 557 | ||
| 558 | @item C-x 5 1 | ||
| 559 | @kindex C-x 5 1 | 558 | @kindex C-x 5 1 |
| 560 | @findex delete-other-frames | 559 | @findex delete-other-frames |
| 560 | @item C-x 5 1 | ||
| 561 | Delete all frames on the current terminal, except the selected one. | 561 | Delete all frames on the current terminal, except the selected one. |
| 562 | 562 | ||
| 563 | @item M-@key{F10} | ||
| 564 | @kindex M-F10 | 563 | @kindex M-F10 |
| 565 | @findex toggle-frame-maximized | 564 | @findex toggle-frame-maximized |
| 565 | @item M-@key{F10} | ||
| 566 | Toggle the maximization state of the current frame. When a frame is | 566 | Toggle the maximization state of the current frame. When a frame is |
| 567 | maximized, it fills the screen. | 567 | maximized, it fills the screen. |
| 568 | 568 | ||
| 569 | @item @key{F11} | ||
| 570 | @kindex F11 | 569 | @kindex F11 |
| 571 | @findex toggle-frame-fullscreen | 570 | @findex toggle-frame-fullscreen |
| 571 | @vindex alter-fullscreen-frames | ||
| 572 | @cindex resizing full-screen frames | ||
| 573 | @item @key{F11} | ||
| 572 | Toggle full-screen mode for the current frame. (The difference | 574 | Toggle full-screen mode for the current frame. (The difference |
| 573 | between full-screen and maximized is normally that the former | 575 | between full-screen and maximized is normally that the former |
| 574 | hides window manager decorations, giving slightly more screen space to | 576 | hides window manager decorations, giving slightly more screen space to |
| 575 | Emacs itself.) | 577 | Emacs itself.) Note that whether resizing of full-screen frames is |
| 578 | allowed and how Emacs handles that is controlled by the user option | ||
| 579 | @code{alter-fullscreen-frames}. | ||
| 576 | @end table | 580 | @end table |
| 577 | 581 | ||
| 578 | @vindex frame-resize-pixelwise | 582 | @vindex frame-resize-pixelwise |