2013-05-11 Glenn Morris <rgm@gnu.org>
+ * emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
+
* cus-dep.el (custom-make-dependencies): Only use safe local variables.
Treat cc-provide like provide.
(defvar generated-autoload-load-name nil
"Load name for `autoload' statements generated from autoload cookies.
-If nil, this defaults to the file name, sans extension.")
+If nil, this defaults to the file name, sans extension.
+Typically, you need to set this when the directory containing the file
+is not in `load-path'.
+This also affects the generated cus-load.el file.")
;;;###autoload
(put 'generated-autoload-load-name 'safe-local-variable 'stringp)