diff options
| author | Kim F. Storm | 2004-04-15 15:11:15 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-15 15:11:15 +0000 |
| commit | c6064be86a4660b76ec5645dad4f2758b903ba58 (patch) | |
| tree | 00587ea379ba588c7c17fc55e57f3a47aa0d6a62 | |
| parent | 20b9ede85758f6983fac4dc6b39c242e9b09d857 (diff) | |
| download | emacs-c6064be86a4660b76ec5645dad4f2758b903ba58.tar.gz emacs-c6064be86a4660b76ec5645dad4f2758b903ba58.zip | |
(Initial Options): Add -Q.
| -rw-r--r-- | man/cmdargs.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 3daf96f0d00..f528b804c72 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -259,6 +259,13 @@ Do not load @file{site-start.el}. The options @samp{-q}, @samp{-u} | |||
| 259 | and @samp{--batch} have no effect on the loading of this file---this is | 259 | and @samp{--batch} have no effect on the loading of this file---this is |
| 260 | the only option that blocks it. | 260 | the only option that blocks it. |
| 261 | 261 | ||
| 262 | @item -Q | ||
| 263 | @opindex -Q | ||
| 264 | Start emacs with minimum customizations and window decorations. | ||
| 265 | This is like using @samp{-q} and @samp{--no-site-file}, but in | ||
| 266 | addition it also disables the menu-bar, the tool-bar, the scroll-bars, | ||
| 267 | tool tips, the blinking cursor, and the fancy startup screen. | ||
| 268 | |||
| 262 | @item --no-splash | 269 | @item --no-splash |
| 263 | @opindex --no-splash | 270 | @opindex --no-splash |
| 264 | @vindex inhibit-startup-message | 271 | @vindex inhibit-startup-message |