aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-24 23:14:55 +0000
committerRichard M. Stallman2003-04-24 23:14:55 +0000
commitf7fd2535cefbef61b847b098e22ebd51a32143e6 (patch)
tree42164835ae5d9d99b1b5416d30332a9c8f70efdb
parentd87a4a45db308ca77462c0d1e6561ac0c8086dd8 (diff)
downloademacs-f7fd2535cefbef61b847b098e22ebd51a32143e6.tar.gz
emacs-f7fd2535cefbef61b847b098e22ebd51a32143e6.zip
Fix xref.
-rw-r--r--man/custom.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 6d803683880..a37e5246689 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -2137,7 +2137,7 @@ Reference Manual}.
2137file your @dfn{init file} because it specifies how to initialize Emacs 2137file your @dfn{init file} because it specifies how to initialize Emacs
2138for you. You can use the command line switch @samp{-q} to prevent 2138for you. You can use the command line switch @samp{-q} to prevent
2139loading your init file, and @samp{-u} (or @samp{--user}) to specify a 2139loading your init file, and @samp{-u} (or @samp{--user}) to specify a
2140different user's init file (@pxref{Entering Emacs}). 2140different 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