aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-04-15 15:11:15 +0000
committerKim F. Storm2004-04-15 15:11:15 +0000
commitc6064be86a4660b76ec5645dad4f2758b903ba58 (patch)
tree00587ea379ba588c7c17fc55e57f3a47aa0d6a62
parent20b9ede85758f6983fac4dc6b39c242e9b09d857 (diff)
downloademacs-c6064be86a4660b76ec5645dad4f2758b903ba58.tar.gz
emacs-c6064be86a4660b76ec5645dad4f2758b903ba58.zip
(Initial Options): Add -Q.
-rw-r--r--man/cmdargs.texi7
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}
259and @samp{--batch} have no effect on the loading of this file---this is 259and @samp{--batch} have no effect on the loading of this file---this is
260the only option that blocks it. 260the only option that blocks it.
261 261
262@item -Q
263@opindex -Q
264Start emacs with minimum customizations and window decorations.
265This is like using @samp{-q} and @samp{--no-site-file}, but in
266addition it also disables the menu-bar, the tool-bar, the scroll-bars,
267tool 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