+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
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>
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")