comparison lisp/cus-edit.el @ 58779:79df48a5db35

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Dec 2004 23:28:40 +0000
parents 22fe9685710e
children 0b90a17a09e1
comparison
equal deleted inserted replaced
58778:c22db271cb6d 58779:79df48a5db35
3676 ;;; The `custom-save-all' Function. 3676 ;;; The `custom-save-all' Function.
3677 ;;;###autoload 3677 ;;;###autoload
3678 (defcustom custom-file nil 3678 (defcustom custom-file nil
3679 "File used for storing customization information. 3679 "File used for storing customization information.
3680 The default is nil, which means to use your init file 3680 The default is nil, which means to use your init file
3681 as specified by `user-init-file'. 3681 as specified by `user-init-file'. To make this feature work,
3682 you'll need to put something in your init file to specify
3683 the value of `custom-file'. Just customizing the variable
3684 won't suffice, because Emacs won't know which file to load
3685 unless the init file sets `custom-file'.
3682 3686
3683 When you change this variable, look in the previous custom file 3687 When you change this variable, look in the previous custom file
3684 \(usually your init file) for the forms `(custom-set-variables ...)' 3688 \(usually your init file) for the forms `(custom-set-variables ...)'
3685 and `(custom-set-faces ...)', and copy them (whichever ones you find) 3689 and `(custom-set-faces ...)', and copy them (whichever ones you find)
3686 to the new custom file. This will preserve your existing customizations." 3690 to the new custom file. This will preserve your existing customizations."