From: Eli Zaretskii Date: Sun, 19 Nov 2017 15:51:08 +0000 (+0200) Subject: ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment. X-Git-Tag: emacs-26.0.91~283^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=069f978;p=emacs.git ; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment. --- diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index c6ad209cd8e..abfcdb347a3 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -285,7 +285,7 @@ The return value is undefined. def)))) -;; 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)