diff options
| author | Richard M. Stallman | 2004-12-05 21:54:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-12-05 21:54:27 +0000 |
| commit | 8be1f66c380f1af8db3a10591e732e99b8aea75e (patch) | |
| tree | 3ebb09f1501f08747ee11707c4ccd0f3d882ab30 | |
| parent | c95e9af380b5d172702a434047390919490bc28b (diff) | |
| download | emacs-8be1f66c380f1af8db3a10591e732e99b8aea75e.tar.gz emacs-8be1f66c380f1af8db3a10591e732e99b8aea75e.zip | |
Fix previous change.
| -rw-r--r-- | lisp/cus-edit.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index e9a5cc41214..438ec7d58c5 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el | |||
| @@ -3678,10 +3678,7 @@ 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'. 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 ...)' |