summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2006-08-23 16:36:24 +0000
committerChong Yidong <cyd@stupidchicken.com>2006-08-23 16:36:24 +0000
commit9c89e465af63ebd9b52e18606a4d514204bd56a0 (patch)
tree6a64dd03a2195de82ea6f161cb8cb22a3b0a729c /man
parentcbdda5aef35efda3e5ee0574a33a96b6e9b49b18 (diff)
downloademacs-9c89e465af63ebd9b52e18606a4d514204bd56a0.tar.gz
* custom.texi (Init File): Reference Find Init to avoid "home
directory" confusion.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog5
-rw-r--r--man/custom.texi5
2 files changed, 7 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index cb598a9cfac..69ed7f0a9fd 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-23 Chong Yidong <cyd@stupidchicken.com>
+
+ * custom.texi (Init File): Reference Find Init to avoid "home
+ directory" confusion.
+
2006-08-22 Nick Roberts <nickrob@snap.net.nz>
* building.texi (Other GDB-UI Buffers): Describe how to edit
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}.
@cindex rebinding keys, permanently
@cindex startup (init file)
- When Emacs is started, it normally loads a Lisp program from the
-file @file{.emacs} or @file{.emacs.el} in your home directory
-(see @ref{General Variables, HOME}, if you don't know where that is).
+ When Emacs is started, it normally loads a Lisp program from the file
+@file{.emacs} or @file{.emacs.el} in your home directory (@pxref{Find Init}).
We call this file your @dfn{init file} because it specifies how to
initialize Emacs for you. You can use the command line switch
@samp{-q} to prevent loading your init file, and @samp{-u} (or