diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-29 15:53:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-29 15:53:14 +0000 |
commit | 25efa2de390b0b0e6b237a84ed1984c17cfbc197 (patch) | |
tree | 097102ed0e7ac3bb6339f61cac82f8f93e9d8a7f /man/custom.texi | |
parent | 3105a2cc30994cc1dbc2cb0af8a6a2d60c2bae85 (diff) | |
download | emacs-25efa2de390b0b0e6b237a84ed1984c17cfbc197.tar.gz |
(Init File): Two dashes start --no-site-file.
Diffstat (limited to 'man/custom.texi')
-rw-r--r-- | man/custom.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi index ab29bd83e09..2502ae2a43d 100644 --- a/man/custom.texi +++ b/man/custom.texi @@ -1946,7 +1946,7 @@ loaded. @file{site-start.el}, if it exists. Like @file{default.el}, Emacs finds this file via the standard search path for Lisp libraries. Emacs loads this library before it loads your init file. To inhibit -loading of this library, use the option @samp{-no-site-file}. +loading of this library, use the option @samp{--no-site-file}. @xref{Initial Options}. You can place @file{default.el} and @file{site-start.el} in any of |