emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112558: * lisp/emacs-lisp/autoload.e


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112558: * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
Date: Sat, 11 May 2013 16:58:36 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112558
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-05-11 16:58:36 -0700
message:
  * lisp/emacs-lisp/autoload.el (generated-autoload-load-name): Doc fix.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/autoload.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-05-11 23:54:14 +0000
+++ b/lisp/ChangeLog    2013-05-11 23:58:36 +0000
@@ -1,5 +1,7 @@
 2013-05-11  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/emacs-lisp/autoload.el'
--- a/lisp/emacs-lisp/autoload.el       2013-01-01 09:11:05 +0000
+++ b/lisp/emacs-lisp/autoload.el       2013-05-11 23:58:36 +0000
@@ -52,7 +52,10 @@
 
 (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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]