From: Eli Zaretskii Date: Mon, 2 Apr 2018 17:25:52 +0000 (+0300) Subject: ; * doc/lispref/compile.texi (Compilation Functions): Fix wording. X-Git-Tag: emacs-26.1-rc1~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1527235;p=emacs.git ; * doc/lispref/compile.texi (Compilation Functions): Fix wording. --- diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index 51febaa7c17..6d21ca3e6ab 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -161,7 +161,7 @@ function. @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 -in the current buffer after the form it's compiled. +in the current buffer after the form it has compiled. @end deffn @deffn Command byte-compile-file filename &optional load