aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2025-11-02 10:48:13 +0200
committerEli Zaretskii2025-11-02 10:48:13 +0200
commit69b0aa2928e6f693e7c6d09b7ffae9839166fc2b (patch)
treeaadf1319f135f3089b7d50f93b3a5678fa647621 /doc
parent6d36c6b6f9c18fac9b4840a12ed830f0580c2de1 (diff)
downloademacs-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.texi20
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
534Delete the selected frame (@code{delete-frame}). This signals an 534Delete the selected frame (@code{delete-frame}). This signals an
535error if there is only one frame. 535error 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
541When @code{undelete-frame-mode} is enabled, undelete one of the 16 541When @code{undelete-frame-mode} is enabled, undelete one of the 16
542most recently deleted frames. Without a prefix argument, undelete the 542most recently deleted frames. Without a prefix argument, undelete the
543most recently deleted frame. With a numerical prefix argument between 543most recently deleted frame. With a numerical prefix argument between
5441 and 16, where 1 is the most recently deleted frame, undelete the 5441 and 16, where 1 is the most recently deleted frame, undelete the
545corresponding deleted frame. 545corresponding 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
549Minimize (or iconify) the selected Emacs frame 549Minimize (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
555Select another frame, and raise it. If you repeat this command, it 555Select another frame, and raise it. If you repeat this command, it
556cycles through all the frames on your terminal. 556cycles 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
561Delete all frames on the current terminal, except the selected one. 561Delete 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}
566Toggle the maximization state of the current frame. When a frame is 566Toggle the maximization state of the current frame. When a frame is
567maximized, it fills the screen. 567maximized, 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}
572Toggle full-screen mode for the current frame. (The difference 574Toggle full-screen mode for the current frame. (The difference
573between full-screen and maximized is normally that the former 575between full-screen and maximized is normally that the former
574hides window manager decorations, giving slightly more screen space to 576hides window manager decorations, giving slightly more screen space to
575Emacs itself.) 577Emacs itself.) Note that whether resizing of full-screen frames is
578allowed 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