emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 b07decd: ; * doc/lispref/compile.texi (Compilatio


From: Tino Calancha
Subject: [Emacs-diffs] emacs-26 b07decd: ; * doc/lispref/compile.texi (Compilation Functions): Fix typo
Date: Mon, 2 Apr 2018 11:45:20 -0400 (EDT)

branch: emacs-26
commit b07decdf02bdea0c2cf7f0da1e8a961ec65bb6c1
Author: Tino Calancha <address@hidden>
Commit: Tino Calancha <address@hidden>

    ; * doc/lispref/compile.texi (Compilation Functions): Fix typo
---
 doc/lispref/compile.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi
index e665b84..51febaa 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 address@hidden, 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]