emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r104093: * emacs-lisp/autoload.el (ge


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104093: * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
Date: Tue, 03 May 2011 11:33:05 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104093
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2011-05-03 11:33:05 -0400
message:
  * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/autoload.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-03 15:08:20 +0000
+++ b/lisp/ChangeLog    2011-05-03 15:33:05 +0000
@@ -1,3 +1,7 @@
+2011-05-03  Chong Yidong  <address@hidden>
+
+       * emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
+
 2011-05-03  Agustín Martín Domingo  <address@hidden>
 
        * textmodes/ispell.el (ispell-add-per-file-word-list):

=== modified file 'lisp/emacs-lisp/autoload.el'
--- a/lisp/emacs-lisp/autoload.el       2011-03-11 20:04:22 +0000
+++ b/lisp/emacs-lisp/autoload.el       2011-05-03 15:33:05 +0000
@@ -35,10 +35,18 @@
 (eval-when-compile (require 'cl))
 
 (defvar generated-autoload-file "loaddefs.el"
-   "*File \\[update-file-autoloads] puts autoloads into.
-A `.el' file can set this in its local variables section to make its
-autoloads go somewhere else.  The autoload file is assumed to contain a
-trailer starting with a FormFeed character.")
+   "File \\[update-file-autoloads] puts autoloads into.
+A Lisp file can set this in its local variables section to make
+its autoloads go somewhere else.
+
+If this is a relative file name, the directory is determined as
+follows:
+ - If a Lisp file defined `generated-autoload-file' as a
+   file-local variable, use its containing directory.
+ - Otherwise use the \"lisp\" subdirectory of `source-directory'.
+
+The autoload file is assumed to contain a trailer starting with a
+FormFeed character.")
 ;;;###autoload
 (put 'generated-autoload-file 'safe-local-variable 'stringp)
 


reply via email to

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