From: Richard M. Stallman Date: Tue, 4 Jan 2005 16:01:46 +0000 (+0000) Subject: (Saving Customizations): Minor improvement. X-Git-Tag: ttn-vms-21-2-B4~2925 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d36756051300dde65a61dd35e94e6f2e64378c27;p=emacs.git (Saving Customizations): Minor improvement. --- 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 + + * custom.texi (Saving Customizations): Minor improvement. + 2005-01-04 Jay Belanger * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is @@ -6,8 +10,8 @@ 2005-01-03 Luc Teirlinck * 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 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")