comparison man/custom.texi @ 50696:cade9fcfe156

Fix xref.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Apr 2003 23:14:55 +0000
parents 23a1cea22d13
children 78a8be5d896c
comparison
equal deleted inserted replaced
50695:948ab0c613c3 50696:cade9fcfe156
2135 When Emacs is started, it normally loads a Lisp program from the file 2135 When Emacs is started, it normally loads a Lisp program from the file
2136 @file{.emacs} or @file{.emacs.el} in your home directory. We call this 2136 @file{.emacs} or @file{.emacs.el} in your home directory. We call this
2137 file your @dfn{init file} because it specifies how to initialize Emacs 2137 file your @dfn{init file} because it specifies how to initialize Emacs
2138 for you. You can use the command line switch @samp{-q} to prevent 2138 for you. You can use the command line switch @samp{-q} to prevent
2139 loading your init file, and @samp{-u} (or @samp{--user}) to specify a 2139 loading your init file, and @samp{-u} (or @samp{--user}) to specify a
2140 different user's init file (@pxref{Entering Emacs}). 2140 different user's init file (@pxref{Initial Options}).
2141 2141
2142 @cindex @file{default.el}, the default init file 2142 @cindex @file{default.el}, the default init file
2143 There can also be a @dfn{default init file}, which is the library 2143 There can also be a @dfn{default init file}, which is the library
2144 named @file{default.el}, found via the standard search path for 2144 named @file{default.el}, found via the standard search path for
2145 libraries. The Emacs distribution contains no such library; your site 2145 libraries. The Emacs distribution contains no such library; your site