changeset 58768:2318e0187ad9

(custom-file): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 05 Dec 2004 14:20:44 +0000
parents d2c6a8b592f2
children 87846d37517b
files lisp/cus-edit.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Sun Dec 05 14:19:38 2004 +0000
+++ b/lisp/cus-edit.el	Sun Dec 05 14:20:44 2004 +0000
@@ -3679,7 +3679,9 @@
   "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 ...)'