aboutsummaryrefslogtreecommitdiffstats
path: root/man/cmdargs.texi
diff options
context:
space:
mode:
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r--man/cmdargs.texi14
1 files changed, 7 insertions, 7 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index dad7e61dbf2..28cb567f0cd 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -1173,12 +1173,12 @@ If you have many clients running at once, you can avoid cluttering up
1173the screen by iconifying most of the clients. 1173the screen by iconifying most of the clients.
1174 1174
1175@table @samp 1175@table @samp
1176@item -i 1176@item -nbi
1177@opindex -i 1177@opindex -nbi
1178@itemx --icon-type 1178@itemx --no-bitmap-icon
1179@opindex --icon-type 1179@opindex --no-bitmap-icon
1180@cindex Emacs icon, a gnu 1180@cindex Emacs icon, a gnu
1181Use a picture of a gnu as the Emacs icon. 1181Do not use a picture of a gnu as the Emacs icon.
1182 1182
1183@item -iconic 1183@item -iconic
1184@opindex --iconic 1184@opindex --iconic
@@ -1187,8 +1187,8 @@ Use a picture of a gnu as the Emacs icon.
1187Start Emacs in iconified state. 1187Start Emacs in iconified state.
1188@end table 1188@end table
1189 1189
1190 The @samp{-i} or @samp{--icon-type} option tells Emacs to use an icon 1190 By default Emacs uses an icon window containing a picture of the GNU gnu.
1191window containing a picture of the GNU gnu. If omitted, Emacs lets the 1191The @samp{-nbi} or @samp{--no-bitmap-icon} option tells Emacs to let the
1192window manager choose what sort of icon to use---usually just a small 1192window manager choose what sort of icon to use---usually just a small
1193rectangle containing the frame's title. 1193rectangle containing the frame's title.
1194 1194