changeset 17591:b2c8fb8139c8

(generated-autoload-file): Change defconst to defvar.
author Richard M. Stallman <rms@gnu.org>
date Tue, 29 Apr 1997 00:23:40 +0000
parents e378f2cbb2f4
children 6a190274d2e7
files lisp/emacs-lisp/autoload.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/autoload.el	Mon Apr 28 13:56:45 1997 +0000
+++ b/lisp/emacs-lisp/autoload.el	Tue Apr 29 00:23:40 1997 +0000
@@ -271,9 +271,9 @@
 	  (insert generate-autoload-section-trailer)))
     (message "Generating autoloads for %s...done" file)))
 
-(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