diff options
| author | Richard M. Stallman | 2004-12-06 14:01:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-06 14:01:19 +0000 |
| commit | 09b73f492d4fe05a3a952b345180e96dee14178c (patch) | |
| tree | 31e39480288b12dcb7e11fdf78040542ae1ca6d8 | |
| parent | 390069bc77afe3f45fed71b350604662a59b104f (diff) | |
| download | emacs-09b73f492d4fe05a3a952b345180e96dee14178c.tar.gz emacs-09b73f492d4fe05a3a952b345180e96dee14178c.zip | |
(custom-file): Doc fix.
| -rw-r--r-- | lisp/cus-edit.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index fd6f38a033f..046c1bebcf7 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3678,11 +3678,13 @@ 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'. To make this feature work, | 3681 | as specified by `user-init-file'. If the value is not nil, |
| 3682 | you'll need to put something in your init file to specify | 3682 | it should be an absolute file name. |
| 3683 | the value of `custom-file'. Just customizing the variable | 3683 | |
| 3684 | won't suffice, because Emacs won't know which file to load | 3684 | To make this feature work, you'll need to put something in your |
| 3685 | unless the init file sets `custom-file'. | 3685 | init file to specify the value of `custom-file'. Just |
| 3686 | customizing the variable won't suffice, because Emacs won't know | ||
| 3687 | which file to load unless the init file sets `custom-file'. | ||
| 3686 | 3688 | ||
| 3687 | When you change this variable, look in the previous custom file | 3689 | When you change this variable, look in the previous custom file |
| 3688 | \(usually your init file) for the forms `(custom-set-variables ...)' | 3690 | \(usually your init file) for the forms `(custom-set-variables ...)' |