aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-01-04 16:01:46 +0000
committerRichard M. Stallman2005-01-04 16:01:46 +0000
commitd36756051300dde65a61dd35e94e6f2e64378c27 (patch)
treed0e1f71c37244c79e552dc4fa1910cd1da5d0f0a
parentd198dfaa8df7fea8dd81f91f02346fc4f64493be (diff)
downloademacs-d36756051300dde65a61dd35e94e6f2e64378c27.tar.gz
emacs-d36756051300dde65a61dd35e94e6f2e64378c27.zip
(Saving Customizations): Minor improvement.
-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 @@
12005-01-04 Richard M. Stallman <rms@gnu.org>
2
3 * custom.texi (Saving Customizations): Minor improvement.
4
12005-01-04 Jay Belanger <belanger@truman.edu> 52005-01-04 Jay Belanger <belanger@truman.edu>
2 6
3 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is 7 * calc.texi (Rewrite rules): Remove an exercise (on 0^0) which is
@@ -6,8 +10,8 @@
62005-01-03 Luc Teirlinck <teirllm@auburn.edu> 102005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7 11
8 * custom.texi (Saving Customizations): Emacs no longer loads 12 * custom.texi (Saving Customizations): Emacs no longer loads
9 `custom-file' after .emacs in 21.4. (It never did in prior 13 `custom-file' after .emacs. No longer mention customizing through
10 versions.) No longer mention customizing through Custom. 14 Custom.
11 15
122005-01-01 Jay Belanger <belanger@truman.edu> 162005-01-01 Jay Belanger <belanger@truman.edu>
13 17
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.
487 The customization buffer normally saves customizations in 487 The customization buffer normally saves customizations in
488@file{~/.emacs}. If you wish, you can save customizations in another 488@file{~/.emacs}. If you wish, you can save customizations in another
489file instead. To make this work, your @file{~/.emacs} should set 489file instead. To make this work, your @file{~/.emacs} should set
490@code{custom-file} to the name of that file and load it. For example: 490@code{custom-file} to the name of that file. Then you should load the
491file by calling @code{load}. For example:
491 492
492@example 493@example
493(setq custom-file "~/.emacs-custom.el") 494(setq custom-file "~/.emacs-custom.el")