diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-08-27 12:20:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-08-27 12:20:13 +0000 |
commit | ebc78e8d6ad2451121f1d20ee45373ac9e16327e (patch) | |
tree | 4ca7097d4d3cd1072a43b987eeeb566d917f2e25 /lispref | |
parent | b0c9a334c2f0eb881eff47f590997e746cc3bdb3 (diff) | |
download | emacs-ebc78e8d6ad2451121f1d20ee45373ac9e16327e.tar.gz |
(Startup Summary): Fix the description of the initial startup message display.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/os.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/os.texi b/lispref/os.texi index 3f00ae99cf0..ac2350ac255 100644 --- a/lispref/os.texi +++ b/lispref/os.texi @@ -119,7 +119,7 @@ mode or using a window system. @item It displays the initial echo area message, unless you have suppressed -that with @code{inhibit-startup-echo-area-message} or @samp{-Q}. +that with @code{inhibit-startup-echo-area-message}. @item It processes the action arguments from the command line. @@ -138,7 +138,7 @@ It runs @code{window-setup-hook}. @xref{Window Systems}. @item It displays copyleft, nonwarranty, and basic use information, provided the value of @code{inhibit-startup-message} is @code{nil}, you didn't -specify @samp{--no-splash} or @samp{-Q}, and the buffer is still empty. +specify @samp{--no-splash} or @samp{-Q}. @end enumerate @defopt inhibit-startup-message |