diff options
Diffstat (limited to 'doc/emacs/cmdargs.texi')
-rw-r--r-- | doc/emacs/cmdargs.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 618a05d451b..1dbc1dc735e 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -1,5 +1,5 @@ @c This is part of the Emacs manual. -@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2017 Free Software +@c Copyright (C) 1985-1987, 1993-1995, 1997, 2001-2018 Free Software @c Foundation, Inc. @c See file emacs.texi for copying conditions. @node Emacs Invocation @@ -310,13 +310,12 @@ option does this too, but other options like @samp{-q} do not. @item --no-site-lisp @opindex --no-site-lisp -@cindex @file{site-start.el} file, not loading +@cindex @file{site-lisp} files, not loading Do not include the @file{site-lisp} directories in @code{load-path} (@pxref{Init File}). The @samp{-Q} option does this too. @item --no-splash @opindex --no-splash -@vindex inhibit-startup-screen @cindex splash screen @cindex startup message Do not display a startup screen. You can also achieve this effect by |