Doc tweak re fullscreen/maximize
* doc/emacs/frames.texi (Frame Commands): Copyedits re M-F10, F11. * doc/emacs/cmdargs.texi (Window Size X): Copyedits.
This commit is contained in:
parent
6cbdfa0115
commit
881aae5653
3 changed files with 17 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
|||
2014-06-08 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* frames.texi (Frame Commands): Copyedits re M-F10, F11.
|
||||
* cmdargs.texi (Window Size X): Copyedits.
|
||||
|
||||
* ack.texi (Acknowledgments):
|
||||
* emacs.texi (Acknowledgments): Updates.
|
||||
|
||||
|
|
|
@ -901,30 +901,33 @@ the initial frame.
|
|||
@itemx --fullscreen
|
||||
@opindex --fullscreen
|
||||
@cindex fullscreen, command-line argument
|
||||
Specify that width and height shall be the size of the screen. Normally
|
||||
no window manager decorations are shown.
|
||||
Specify that width and height should be that of the screen. Normally
|
||||
no window manager decorations are shown. (After starting Emacs,
|
||||
you can toggle this state using @key{F11}, @code{toggle-frame-fullscreen}.)
|
||||
|
||||
@item -mm
|
||||
@opindex -mm
|
||||
@itemx --maximized
|
||||
@opindex --maximized
|
||||
@cindex maximized, command-line argument
|
||||
Specify that the Emacs frame shall be maximized. This normally
|
||||
Specify that the Emacs frame should be maximized. This normally
|
||||
means that the frame has window manager decorations.
|
||||
(After starting Emacs, you can toggle this state using @kbd{M-F10},
|
||||
@code{toggle-frame-maximized}.)
|
||||
|
||||
@item -fh
|
||||
@opindex -fh
|
||||
@itemx --fullheight
|
||||
@opindex --fullheight
|
||||
@cindex fullheight, command-line argument
|
||||
Specify that the height shall be the height of the screen.
|
||||
Specify that the height should be the height of the screen.
|
||||
|
||||
@item -fw
|
||||
@opindex -fw
|
||||
@itemx --fullwidth
|
||||
@opindex --fullwidth
|
||||
@cindex fullwidth, command-line argument
|
||||
Specify that the width shall be the width of the screen.
|
||||
Specify that the width should be the width of the screen.
|
||||
@end table
|
||||
|
||||
@noindent
|
||||
|
|
|
@ -457,12 +457,16 @@ Delete all frames on the current terminal, except the selected one.
|
|||
@item M-<F10>
|
||||
@kindex M-<F10>
|
||||
@findex toggle-frame-maximized
|
||||
Toggle maximization state of the current frame.
|
||||
Toggle the maximization state of the current frame. When a frame is
|
||||
maximized, it fills the screen.
|
||||
|
||||
@item <F11>
|
||||
@kindex <F11>
|
||||
@findex toggle-frame-fullscreen
|
||||
Toggle fullscreen mode of the current frame.
|
||||
Toggle fullscreen mode for the current frame. (The difference
|
||||
between ``fullscreen'' and ``maximized'' is normally that the former
|
||||
hides window manager decorations, giving slightly more screen space to
|
||||
Emacs itself.)
|
||||
@end table
|
||||
|
||||
The @kbd{C-x 5 0} (@code{delete-frame}) command deletes the selected
|
||||
|
|
Loading…
Add table
Reference in a new issue