aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-12-06 14:01:19 +0000
committerRichard M. Stallman2004-12-06 14:01:19 +0000
commit09b73f492d4fe05a3a952b345180e96dee14178c (patch)
tree31e39480288b12dcb7e11fdf78040542ae1ca6d8
parent390069bc77afe3f45fed71b350604662a59b104f (diff)
downloademacs-09b73f492d4fe05a3a952b345180e96dee14178c.tar.gz
emacs-09b73f492d4fe05a3a952b345180e96dee14178c.zip
(custom-file): Doc fix.
-rw-r--r--lisp/cus-edit.el12
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.
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'. To make this feature work, 3681as specified by `user-init-file'. If the value is not nil,
3682you'll need to put something in your init file to specify 3682it should be an absolute file name.
3683the value of `custom-file'. Just customizing the variable 3683
3684won't suffice, because Emacs won't know which file to load 3684To make this feature work, you'll need to put something in your
3685unless the init file sets `custom-file'. 3685init file to specify the value of `custom-file'. Just
3686customizing the variable won't suffice, because Emacs won't know
3687which file to load unless the init file sets `custom-file'.
3686 3688
3687When you change this variable, look in the previous custom file 3689When 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 ...)'