* lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.

This commit is contained in:
Glenn Morris 2013-05-11 16:58:36 -07:00
parent 6b91f90309
commit 0060ac73c0
2 changed files with 6 additions and 1 deletions

View file

@ -52,7 +52,10 @@ FormFeed character.")
(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)