summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog8
-rw-r--r--man/custom.texi3
2 files changed, 8 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index ffd8c70dc4a..81f1449fb10 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
+2005-01-04 Richard M. Stallman <rms@gnu.org>
+
+ * custom.texi (Saving Customizations): Minor improvement.
+
2005-01-04 Jay Belanger <belanger@truman.edu>
* calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
@@ -6,8 +10,8 @@
2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
* custom.texi (Saving Customizations): Emacs no longer loads
- `custom-file' after .emacs in 21.4. (It never did in prior
- versions.) No longer mention customizing through Custom.
+ `custom-file' after .emacs. No longer mention customizing through
+ Custom.
2005-01-01 Jay Belanger <belanger@truman.edu>
diff --git a/man/custom.texi b/man/custom.texi
index 90cc01393a9..bbde8b4aaf5 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -487,7 +487,8 @@ set, saved or reset.
The customization buffer normally saves customizations in
@file{~/.emacs}. If you wish, you can save customizations in another
file instead. To make this work, your @file{~/.emacs} should set
-@code{custom-file} to the name of that file and load it. For example:
+@code{custom-file} to the name of that file. Then you should load the
+file by calling @code{load}. For example:
@example
(setq custom-file "~/.emacs-custom.el")