From d36756051300dde65a61dd35e94e6f2e64378c27 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 2005 16:01:46 +0000 Subject: [PATCH] (Saving Customizations): Minor improvement. --- man/ChangeLog | 8 ++++++-- man/custom.texi | 3 ++- 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 + + * 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") -- 2.39.5