diff options
| author | Richard M. Stallman | 2005-01-04 16:01:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-01-04 16:01:46 +0000 |
| commit | d36756051300dde65a61dd35e94e6f2e64378c27 (patch) | |
| tree | d0e1f71c37244c79e552dc4fa1910cd1da5d0f0a | |
| parent | d198dfaa8df7fea8dd81f91f02346fc4f64493be (diff) | |
| download | emacs-d36756051300dde65a61dd35e94e6f2e64378c27.tar.gz emacs-d36756051300dde65a61dd35e94e6f2e64378c27.zip | |
(Saving Customizations): Minor improvement.
| -rw-r--r-- | man/ChangeLog | 8 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2005-01-04 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Saving Customizations): Minor improvement. | ||
| 4 | |||
| 1 | 2005-01-04 Jay Belanger <belanger@truman.edu> | 5 | 2005-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 @@ | |||
| 6 | 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> | 10 | 2005-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 | ||
| 12 | 2005-01-01 Jay Belanger <belanger@truman.edu> | 16 | 2005-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 |
| 489 | file instead. To make this work, your @file{~/.emacs} should set | 489 | file 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 |
| 491 | file 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") |