diff options
| author | Richard M. Stallman | 2003-04-24 23:14:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-04-24 23:14:55 +0000 |
| commit | f7fd2535cefbef61b847b098e22ebd51a32143e6 (patch) | |
| tree | 42164835ae5d9d99b1b5416d30332a9c8f70efdb | |
| parent | d87a4a45db308ca77462c0d1e6561ac0c8086dd8 (diff) | |
| download | emacs-f7fd2535cefbef61b847b098e22ebd51a32143e6.tar.gz emacs-f7fd2535cefbef61b847b098e22ebd51a32143e6.zip | |
Fix xref.
| -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 6d803683880..a37e5246689 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -2137,7 +2137,7 @@ Reference Manual}. | |||
| 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 |