diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-05-15 19:15:07 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-05-15 19:15:07 +0300 |
commit | d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1 (patch) | |
tree | f547c3f203c903b118348061eb0fd2359c94d324 /lisp/emacs-lisp/autoload.el | |
parent | f94b5742a3e9bc7114c6e2cd85a2371381cba4d3 (diff) | |
parent | e3772e9833f971a450562350dc233bf00be7c5eb (diff) | |
download | emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.tar.gz emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.tar.bz2 emacs-d14365f9411ab4b20db6c455aa9cf24ce6a0bcb1.zip |
Merge from trunk, configury not fixed yet.
Diffstat (limited to 'lisp/emacs-lisp/autoload.el')
-rw-r--r-- | lisp/emacs-lisp/autoload.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index edaecd7ff19..dbb4a239f02 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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) |