aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTino Calancha2018-04-03 00:43:25 +0900
committerTino Calancha2018-04-03 00:43:25 +0900
commitb07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1 (patch)
treec577747d33c4fff0855221575d984a436566dfdc
parenta64c11a3aa49121ceab79a2acc99c829d42417bd (diff)
downloademacs-b07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1.tar.gz
emacs-b07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1.zip
; * doc/lispref/compile.texi (Compilation Functions): Fix typo
-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.
161 161
162@code{compile-defun} normally displays the result of evaluation in the 162@code{compile-defun} normally displays the result of evaluation in the
163echo area, but if @var{arg} is non-@code{nil}, it inserts the result 163echo area, but if @var{arg} is non-@code{nil}, it inserts the result
164in the current buffer after the form it compiled. 164in the current buffer after the form it's compiled.
165@end deffn 165@end deffn
166 166
167@deffn Command byte-compile-file filename &optional load 167@deffn Command byte-compile-file filename &optional load