changeset 46890:9e6a5f8d0463

Don't need to load custom-file from your .emacs any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 14 Aug 2002 21:50:08 +0000
parents 13ce201c9620
children 068ef60069fb
files man/custom.texi
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/man/custom.texi	Wed Aug 14 21:46:21 2002 +0000
+++ b/man/custom.texi	Wed Aug 14 21:50:08 2002 +0000
@@ -526,12 +526,11 @@
 @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