diff options
Diffstat (limited to 'lisp/emacs-lisp/bytecomp.el')
-rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 14173494eeb..b5b618e87d7 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -2366,7 +2366,7 @@ list that represents a doc string reference. hist-new prov-cons) (apply 'require args) - ;; Record the functions defined by the require in `byte-compille-new-defuns'. + ;; Record the functions defined by the require in `byte-compile-new-defuns'. (setq hist-new load-history) (setq prov-cons (cons 'provide (car args))) (while (and hist-new |