summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2018-04-02 20:25:52 +0300
committerEli Zaretskii <eliz@gnu.org>2018-04-02 20:25:52 +0300
commit1527235baf4675f66b1fff2a23d77df031b8c444 (patch)
tree02ac0348c59100f11fb6f6538fbad5e2783dda9e
parentb07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1 (diff)
downloademacs-1527235baf4675f66b1fff2a23d77df031b8c444.tar.gz
; * doc/lispref/compile.texi (Compilation Functions): Fix wording.
-rw-r--r--doc/lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
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