diff options
| author | Richard M. Stallman | 2004-12-05 23:28:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-05 23:28:40 +0000 |
| commit | 33b3f667edf593f9fd6943b41d6b37b69a1511a5 (patch) | |
| tree | 1e9e1ad444674ae925115a83003337114a5c92f5 /lisp | |
| parent | c5246f32cc989d0a7beeda5aa15d8f24b9ebf9a7 (diff) | |
| download | emacs-33b3f667edf593f9fd6943b41d6b37b69a1511a5.tar.gz emacs-33b3f667edf593f9fd6943b41d6b37b69a1511a5.zip | |
Fix previous change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/cus-edit.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 438ec7d58c5..fd6f38a033f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3678,7 +3678,11 @@ Optional EVENT is the location for the menu." | |||
| 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 ...)' |