summaryrefslogtreecommitdiff
path: root/man/custom.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-08-14 21:50:08 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-08-14 21:50:08 +0000
commite32a595961e1c2ff22f7bde9ad6266d741a5df53 (patch)
tree97cf50c4dd73cd7eeb6b0ed486aa9060a4882d90 /man/custom.texi
parent694210c486cd57207b7cabaad314d0116230ea81 (diff)
downloademacs-e32a595961e1c2ff22f7bde9ad6266d741a5df53.tar.gz
Don't need to load custom-file from your .emacs any more.
Diffstat (limited to 'man/custom.texi')
-rw-r--r--man/custom.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/man/custom.texi b/man/custom.texi
index c5792a0c858..20f48a576e4 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -526,12 +526,11 @@ operation.
@vindex custom-file
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 load
-that file and should also set @code{custom-file} to the name of that
-file. For example:
+file instead. To make this work, your @file{~/.emacs} should set
+@code{custom-file} to the name of that file. Emacs will then load
+the file right after your @file{.emacs}. For example:
@example
-(load "~/.emacs-custom")
(setq custom-file "~/.emacs-custom")
@end example