diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-11-19 17:51:08 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-11-19 17:51:08 +0200 |
commit | 069f9784841c7aa11d86dbaecf0f5cde64aa4663 (patch) | |
tree | c36b73f8f0d3e7ff777b5f164a9c41fbdb46a9e3 /lisp/emacs-lisp | |
parent | a34e44e8ee197bf7f4674e7bed70032f6c7eb647 (diff) | |
download | emacs-069f9784841c7aa11d86dbaecf0f5cde64aa4663.tar.gz emacs-069f9784841c7aa11d86dbaecf0f5cde64aa4663.tar.bz2 emacs-069f9784841c7aa11d86dbaecf0f5cde64aa4663.zip |
; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
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) |