aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-04-11 16:44:25 +0000
committerRichard M. Stallman2005-04-11 16:44:25 +0000
commit5b99c91cdd1985a51e3fe2bfc27454883aafe043 (patch)
tree8aa1e84fe017f30ad05b3256d054ab30ce0340ea
parent6742e765856ab79754738b9da5e6b5792113d63c (diff)
downloademacs-5b99c91cdd1985a51e3fe2bfc27454883aafe043.tar.gz
emacs-5b99c91cdd1985a51e3fe2bfc27454883aafe043.zip
(Initial Options): -Q is now --quick, and does less.
(Misc X): Add -D, --basic-display.
-rw-r--r--man/cmdargs.texi18
1 files changed, 12 insertions, 6 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index 8e84978c517..e47a66bcf91 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -268,12 +268,10 @@ option and @samp{-Q} are the only options that block it.
268 268
269@item -Q 269@item -Q
270@opindex -Q 270@opindex -Q
271@itemx --bare-bones 271@itemx --quick
272@opindex --bare-bones 272@opindex --quick
273Start emacs with minimum customizations and window decorations. 273Start emacs with minimum customizations. This is like using @samp{-q}
274This is like using @samp{-q} and @samp{--no-site-file}, but in 274and @samp{--no-site-file}, but also disables the startup screen.
275addition it also disables the menu-bar, the tool-bar, the scroll-bars,
276tool tips, the blinking cursor, and the fancy startup screen.
277 275
278@item --no-splash 276@item --no-splash
279@opindex --no-splash 277@opindex --no-splash
@@ -1222,6 +1220,14 @@ Specify @var{pixels} as additional space to put between lines, in pixels.
1222@opindex --no-blinking-cursor 1220@opindex --no-blinking-cursor
1223@cindex blinking cursor disable, command-line argument 1221@cindex blinking cursor disable, command-line argument
1224Disable the blinking cursor on graphical terminals. 1222Disable the blinking cursor on graphical terminals.
1223
1224@item -D
1225@opindex -D
1226@itemx --basic-display
1227@opindex --basic-display
1228Disable the menu-bar, the tool-bar, the scroll-bars, and tool tips,
1229and turn off the blinking cursor. This can be useful for making a
1230test case that simplifies debugging of display problems.
1225@end table 1231@end table
1226 1232
1227 The @samp{--xrm} option (@pxref{Resources}) specifies additional 1233 The @samp{--xrm} option (@pxref{Resources}) specifies additional