changeset 59741:0e9b13ddeb6f

(Initial Options): Add a cross reference to `Init File'. Mention the `-Q' option at the `--no-site-file' option.
author Lute Kamstra <lute@gnu.org>
date Thu, 27 Jan 2005 08:57:45 +0000
parents cb5187e74fa8
children 6b85c2bb9368
files man/cmdargs.texi
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/cmdargs.texi	Thu Jan 27 02:45:20 2005 +0000
+++ b/man/cmdargs.texi	Thu Jan 27 08:57:45 2005 +0000
@@ -169,8 +169,9 @@
   Some initial options affect the loading of init files.  The normal
 actions of Emacs are to first load @file{site-start.el} if it exists,
 then your own init file @file{~/.emacs} if it exists, and finally
-@file{default.el} if it exists; certain options prevent loading of some
-of these files or substitute other files for them.
+@file{default.el} if it exists.  @xref{Init File}.  Certain options
+prevent loading of some of these files or substitute other files for
+them.
 
 @table @samp
 @item -t @var{device}
@@ -257,8 +258,8 @@
 @opindex --no-site-file
 @cindex @file{site-start.el} file, not loading
 Do not load @file{site-start.el}.  The options @samp{-q}, @samp{-u}
-and @samp{--batch} have no effect on the loading of this file---this is
-the only option that blocks it.
+and @samp{--batch} have no effect on the loading of this file---this
+option and @samp{-Q} are the only options that block it.
 
 @item -Q
 @opindex -Q