diff options
| author | Richard M. Stallman | 2005-04-11 16:44:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-04-11 16:44:25 +0000 |
| commit | 5b99c91cdd1985a51e3fe2bfc27454883aafe043 (patch) | |
| tree | 8aa1e84fe017f30ad05b3256d054ab30ce0340ea | |
| parent | 6742e765856ab79754738b9da5e6b5792113d63c (diff) | |
| download | emacs-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.texi | 18 |
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 |
| 273 | Start emacs with minimum customizations and window decorations. | 273 | Start emacs with minimum customizations. This is like using @samp{-q} |
| 274 | This is like using @samp{-q} and @samp{--no-site-file}, but in | 274 | and @samp{--no-site-file}, but also disables the startup screen. |
| 275 | addition it also disables the menu-bar, the tool-bar, the scroll-bars, | ||
| 276 | tool 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 |
| 1224 | Disable the blinking cursor on graphical terminals. | 1222 | Disable the blinking cursor on graphical terminals. |
| 1223 | |||
| 1224 | @item -D | ||
| 1225 | @opindex -D | ||
| 1226 | @itemx --basic-display | ||
| 1227 | @opindex --basic-display | ||
| 1228 | Disable the menu-bar, the tool-bar, the scroll-bars, and tool tips, | ||
| 1229 | and turn off the blinking cursor. This can be useful for making a | ||
| 1230 | test 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 |