diff options
| author | Eli Zaretskii | 2017-11-19 17:51:08 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2017-11-19 17:51:08 +0200 |
| commit | 069f9784841c7aa11d86dbaecf0f5cde64aa4663 (patch) | |
| tree | c36b73f8f0d3e7ff777b5f164a9c41fbdb46a9e3 | |
| parent | a34e44e8ee197bf7f4674e7bed70032f6c7eb647 (diff) | |
| download | emacs-069f9784841c7aa11d86dbaecf0f5cde64aa4663.tar.gz emacs-069f9784841c7aa11d86dbaecf0f5cde64aa4663.zip | |
; * lisp/emacs-lisp/byte-run.el: Fix a typo in a comment.
| -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. | |||
| 285 | def)))) | 285 | def)))) |
| 286 | 286 | ||
| 287 | 287 | ||
| 288 | ;; Redefined in byte-optimize.el. | 288 | ;; Redefined in byte-opt.el. |
| 289 | ;; This is not documented--it's not clear that we should promote it. | 289 | ;; This is not documented--it's not clear that we should promote it. |
| 290 | (fset 'inline 'progn) | 290 | (fset 'inline 'progn) |
| 291 | 291 | ||