aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-05 14:20:44 +0000
committerRichard M. Stallman2004-12-05 14:20:44 +0000
commit8ddabc87692cfe0f4255b63d3233202df032782e (patch)
treedcb94b3d5a4e0b137b59a509a1cae805798dfa08
parentbae7df154a8e5dc89c968d5863a4e44c1866156a (diff)
downloademacs-8ddabc87692cfe0f4255b63d3233202df032782e.tar.gz
emacs-8ddabc87692cfe0f4255b63d3233202df032782e.zip
(custom-file): Doc fix.
-rw-r--r--lisp/cus-edit.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 89fcb633133..ae008f2f2e2 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3679,7 +3679,9 @@ Optional EVENT is the location for the menu."
3679 "File used for storing customization information. 3679 "File used for storing customization information.
3680The default is nil, which means to use your init file 3680The default is nil, which means to use your init file
3681as specified by `user-init-file'. If you specify some other file, 3681as specified by `user-init-file'. If you specify some other file,
3682you need to explicitly load that file for the settings to take effect. 3682you need to explicitly load that file in order for
3683the settings it contains to take effect. You might want to
3684put code in your init file to load it: `(load "CUSTOM-FILENAME")'.
3683 3685
3684When you change this variable, look in the previous custom file 3686When you change this variable, look in the previous custom file
3685\(usually your init file) for the forms `(custom-set-variables ...)' 3687\(usually your init file) for the forms `(custom-set-variables ...)'