comparison lisp/cus-edit.el @ 58777:22fe9685710e

Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Dec 2004 21:54:27 +0000
parents 8348ad1712e1
children 79df48a5db35
comparison
equal deleted inserted replaced
58776:f8de46cb073f 58777:22fe9685710e
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'. If you specify some other file, 3681 as specified by `user-init-file'.
3682 you need to explicitly load that file in order for
3683 the settings it contains to take effect. You might want to
3684 put code in your init file to load it: `(load \"CUSTOM-FILENAME\")'.
3685 3682
3686 When you change this variable, look in the previous custom file 3683 When you change this variable, look in the previous custom file
3687 \(usually your init file) for the forms `(custom-set-variables ...)' 3684 \(usually your init file) for the forms `(custom-set-variables ...)'
3688 and `(custom-set-faces ...)', and copy them (whichever ones you find) 3685 and `(custom-set-faces ...)', and copy them (whichever ones you find)
3689 to the new custom file. This will preserve your existing customizations." 3686 to the new custom file. This will preserve your existing customizations."