* lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 11 May 2013 23:58:36 +0000 (16:58 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 11 May 2013 23:58:36 +0000 (16:58 -0700)
lisp/ChangeLog
lisp/emacs-lisp/autoload.el

index 1e10c82..cc1703b 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
index edaecd7..dbb4a23 100644 (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)