From: Richard M. Stallman Date: Mon, 6 Dec 2004 14:01:19 +0000 (+0000) Subject: (custom-file): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~3411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=09b73f492d4fe05a3a952b345180e96dee14178c;p=emacs.git (custom-file): Doc fix. --- 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 ...)'