]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Nov 2017 15:51:08 +0000 (17:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Nov 2017 15:51:08 +0000 (17:51 +0200)
lisp/emacs-lisp/byte-run.el

index c6ad209cd8e483fc4fc38c35db7565ab7e6e3567..abfcdb347a33aef609a4a2fe32ca5a59b3ba3f84 100644 (file)
@@ -285,7 +285,7 @@ The return value is undefined.
           def))))
 
 \f
-;; Redefined in byte-optimize.el.
+;; Redefined in byte-opt.el.
 ;; This is not documented--it's not clear that we should promote it.
 (fset 'inline 'progn)