diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |