; * doc/lispref/compile.texi (Compilation Functions): Fix wording.

This commit is contained in:
Eli Zaretskii 2018-04-02 20:25:52 +03:00
parent b07decdf02
commit 1527235baf

View file

@ -161,7 +161,7 @@ function.
@code{compile-defun} normally displays the result of evaluation in the @code{compile-defun} normally displays the result of evaluation in the
echo area, but if @var{arg} is non-@code{nil}, it inserts the result echo area, but if @var{arg} is non-@code{nil}, it inserts the result
in the current buffer after the form it's compiled. in the current buffer after the form it has compiled.
@end deffn @end deffn
@deffn Command byte-compile-file filename &optional load @deffn Command byte-compile-file filename &optional load