From: Richard M. Stallman Date: Sun, 5 Dec 2004 14:20:44 +0000 (+0000) Subject: (custom-file): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~3434 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ddabc87692cfe0f4255b63d3233202df032782e;p=emacs.git (custom-file): Doc fix. --- 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." "File used for storing customization information. The default is nil, which means to use your init file as specified by `user-init-file'. If you specify some other file, -you need to explicitly load that file for the settings to take effect. +you need to explicitly load that file in order for +the settings it contains to take effect. You might want to +put code in your init file to load it: `(load "CUSTOM-FILENAME")'. When you change this variable, look in the previous custom file \(usually your init file) for the forms `(custom-set-variables ...)'