]> git.eshelyaron.com Git - emacs.git/commitdiff
(generated-autoload-file): Change defconst to defvar.
authorRichard M. Stallman <rms@gnu.org>
Tue, 29 Apr 1997 00:23:40 +0000 (00:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 29 Apr 1997 00:23:40 +0000 (00:23 +0000)
lisp/emacs-lisp/autoload.el

index fdb094450c387a56ead2ae063c52898795ebe917..bf5b5fffc42f8e2b6a1974123f5c82c5078dbdcd 100644 (file)
@@ -271,9 +271,9 @@ are used."
          (insert generate-autoload-section-trailer)))
     (message "Generating autoloads for %s...done" file)))
 \f
-(defconst generated-autoload-file "loaddefs.el"
+(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
+A `.el' file can set this in its local variables section to make its
 autoloads go somewhere else.")
 
 ;;;###autoload