diff options
| -rw-r--r-- | doc/lispref/compile.texi | 2 |
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 |
| 163 | echo area, but if @var{arg} is non-@code{nil}, it inserts the result | 163 | echo area, but if @var{arg} is non-@code{nil}, it inserts the result |
| 164 | in the current buffer after the form it compiled. | 164 | in 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 |