diff options
-rw-r--r-- | lisp/emacs-lisp/loaddefs-gen.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/loaddefs-gen.el b/lisp/emacs-lisp/loaddefs-gen.el index a6a4baffbab..5280941cfcd 100644 --- a/lisp/emacs-lisp/loaddefs-gen.el +++ b/lisp/emacs-lisp/loaddefs-gen.el @@ -466,7 +466,7 @@ FILE's name." (let ((lp (and (equal type "package") (setq type "autoloads")))) (with-temp-buffer (generate-lisp-file-heading - file 'loaddefs-generate--rubric + file 'loaddefs-generate :title (concat "automatically extracted " (or type "autoloads")) :commentary (and (string-match "/lisp/loaddefs\\.el\\'" file) "This file will be copied to ldefs-boot.el and checked in periodically.")) |