diff options
Diffstat (limited to 'doc/emacs/cmdargs.texi')
-rw-r--r-- | doc/emacs/cmdargs.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 1385fefaead..fcaf87f1709 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -1036,7 +1036,7 @@ tool bar when it processes the specified geometry. When using one of @samp{--fullscreen}, @samp{--maximized}, @samp{--fullwidth} or @samp{--fullheight}, some window managers require you to set the variable @code{frame-resize-pixelwise} to a non-@code{nil} -value to make a frame appear truly maximized or fullscreen. +value to make a frame appear truly maximized or full-screen. Some window managers have options that can make them ignore both program-specified and user-specified positions. If these are set, @@ -1125,12 +1125,12 @@ Start Emacs in an iconified state. Disable the use of the Emacs icon. @end table - Most window managers allow you to iconify (or minimize) an + Most window managers allow you to iconify (or ``minimize'') an Emacs frame, hiding it from sight. Some window managers replace iconified windows with tiny icons, while others remove them entirely from sight. The @samp{-iconic} option tells Emacs to begin running in an iconified state, rather than showing a frame right away. -The text frame doesn't appear until you deiconify (or un-minimize) +The text frame doesn't appear until you deiconify (or ``un-minimize'') it. By default, Emacs uses an icon containing the Emacs logo. On |