diff options
Diffstat (limited to 'man/custom.texi')
| -rw-r--r-- | man/custom.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/custom.texi b/man/custom.texi index dbe2a1b328c..682cb5b9310 100644 --- a/man/custom.texi +++ b/man/custom.texi | |||
| @@ -2063,9 +2063,8 @@ Reference Manual}. | |||
| 2063 | @cindex rebinding keys, permanently | 2063 | @cindex rebinding keys, permanently |
| 2064 | @cindex startup (init file) | 2064 | @cindex startup (init file) |
| 2065 | 2065 | ||
| 2066 | When Emacs is started, it normally loads a Lisp program from the | 2066 | When Emacs is started, it normally loads a Lisp program from the file |
| 2067 | file @file{.emacs} or @file{.emacs.el} in your home directory | 2067 | @file{.emacs} or @file{.emacs.el} in your home directory (@pxref{Find Init}). |
| 2068 | (see @ref{General Variables, HOME}, if you don't know where that is). | ||
| 2069 | We call this file your @dfn{init file} because it specifies how to | 2068 | We call this file your @dfn{init file} because it specifies how to |
| 2070 | initialize Emacs for you. You can use the command line switch | 2069 | initialize Emacs for you. You can use the command line switch |
| 2071 | @samp{-q} to prevent loading your init file, and @samp{-u} (or | 2070 | @samp{-q} to prevent loading your init file, and @samp{-u} (or |