]> git.eshelyaron.com Git - emacs.git/commitdiff
(Saving Customizations): Minor improvement.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 16:01:46 +0000 (16:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 2005 16:01:46 +0000 (16:01 +0000)
man/ChangeLog
man/custom.texi

index ffd8c70dc4aececb2d433da278a1cedfd36e3ed5..81f1449fb1074ad8e22d6584ef8bb48fd14a7ede 100644 (file)
@@ -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>
 
index 90cc01393a9aff0ec719bf9234e4acc2b73e5eb3..bbde8b4aaf5a30c48ac25b57f78827ece010f4a9 100644 (file)
@@ -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")