summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-12-06 14:01:19 +0000
committerRichard M. Stallman <rms@gnu.org>2004-12-06 14:01:19 +0000
commit09b73f492d4fe05a3a952b345180e96dee14178c (patch)
tree31e39480288b12dcb7e11fdf78040542ae1ca6d8 /lisp/cus-edit.el
parent390069bc77afe3f45fed71b350604662a59b104f (diff)
downloademacs-09b73f492d4fe05a3a952b345180e96dee14178c.tar.gz
(custom-file): Doc fix.
Diffstat (limited to 'lisp/cus-edit.el')
-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."
(defcustom custom-file nil
"File used for storing customization information.
The default is nil, which means to use your init file
-as specified by `user-init-file'. To make this feature work,
-you'll need to put something in your init file to specify
-the value of `custom-file'. Just customizing the variable
-won't suffice, because Emacs won't know which file to load
-unless the init file sets `custom-file'.
+as specified by `user-init-file'. If the value is not nil,
+it should be an absolute file name.
+
+To make this feature work, you'll need to put something in your
+init file to specify the value of `custom-file'. Just
+customizing the variable won't suffice, because Emacs won't know
+which file to load unless the init file sets `custom-file'.
When you change this variable, look in the previous custom file
\(usually your init file) for the forms `(custom-set-variables ...)'