emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/custom.texi


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/man/custom.texi
Date: Wed, 14 Aug 2002 17:50:08 -0400

Index: emacs/man/custom.texi
diff -c emacs/man/custom.texi:1.51 emacs/man/custom.texi:1.52
*** emacs/man/custom.texi:1.51  Sat Jul 27 15:11:14 2002
--- emacs/man/custom.texi       Wed Aug 14 17:50:08 2002
***************
*** 526,537 ****
  @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:
  
  @example
- (load "~/.emacs-custom")
  (setq custom-file "~/.emacs-custom")
  @end example
  
--- 526,536 ----
  @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 set
! @code{custom-file} to the name of that file.  Emacs will then load
! the file right after your @file{.emacs}.  For example:
  
  @example
  (setq custom-file "~/.emacs-custom")
  @end example
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]