summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/autoload.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index fdb094450c3..bf5b5fffc42 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -271,9 +271,9 @@ are used."
(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