diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-29 21:50:59 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-11-29 21:52:17 -0800 |
commit | 36649e0150fa7be91040b9d74009ccc085f8a363 (patch) | |
tree | dc4b50ef757c194423c72352b8a21e8936441713 /lisp/emacs-lisp/bytecomp.el | |
parent | 50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff) | |
download | emacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz emacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.bz2 emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip |
Spelling and grammar fixes
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 |