summaryrefslogtreecommitdiff
path: root/doc/lispref/compile.texi
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2018-04-03 00:43:25 +0900
committerTino Calancha <tino.calancha@gmail.com>2018-04-03 00:43:25 +0900
commitb07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1 (patch)
treec577747d33c4fff0855221575d984a436566dfdc /doc/lispref/compile.texi
parenta64c11a3aa49121ceab79a2acc99c829d42417bd (diff)
downloademacs-b07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1.tar.gz
; * doc/lispref/compile.texi (Compilation Functions): Fix typo
Diffstat (limited to 'doc/lispref/compile.texi')
-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 e665b84f9b8..51febaa7c17 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 compiled.
+in the current buffer after the form it's compiled.
@end deffn
@deffn Command byte-compile-file filename &optional load