From: Eli Zaretskii Date: Sat, 27 Aug 2005 12:23:22 +0000 (+0000) Subject: (USAGE1): Fix the description of the -Q option. X-Git-Tag: emacs-pretest-22.0.90~7412 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bae52079697eac3ac23f2402f9c1fae8f10088ba;p=emacs.git (USAGE1): Fix the description of the -Q option. --- diff --git a/src/emacs.c b/src/emacs.c index 985a3eae96f..9ee09d76f7d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -266,7 +266,7 @@ Initialization options:\n\ --no-site-file do not load site-start.el\n\ --no-splash do not display a splash screen on startup\n\ --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ ---quick, -Q equivalent to -q --no-site-file\n\ +--quick, -Q equivalent to -q --no-site-file --no-splash\n\ --script FILE run FILE as an Emacs Lisp script\n\ --terminal, -t DEVICE use DEVICE for terminal I/O\n\ --unibyte, --no-multibyte run Emacs in unibyte mode\n\