Mercurial > emacs
changeset 59353:c13a0c603028
(Saving Customizations): Minor improvement.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Jan 2005 15:59:57 +0000 |
parents | 1ef2659c506c |
children | 8cc82403c2c1 |
files | man/custom.texi |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/man/custom.texi Tue Jan 04 15:31:32 2005 +0000 +++ b/man/custom.texi Tue Jan 04 15:59:57 2005 +0000 @@ -487,7 +487,8 @@ 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")