From: Vincent Lefevre Date: Wed, 6 Sep 2023 11:57:07 +0000 (+0200) Subject: ; Add missing space in the manual X-Git-Tag: emacs-29.1.90~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8a8106fa1a60f4899ed99fab163922b207fe790;p=emacs.git ; Add missing space in the manual * doc/lispref/compile.texi (Native-Compilation Variables): Add missing space. (Bug#65782) Copyright-paperwork-exempt: yes --- diff --git a/doc/lispref/compile.texi b/doc/lispref/compile.texi index a51691bddcf..25b897125dd 100644 --- a/doc/lispref/compile.texi +++ b/doc/lispref/compile.texi @@ -1116,7 +1116,7 @@ functions provided by the @file{.elc} file. @end defvar @cindex trampolines, in native compilation - Setting the value of @code{native-comp-jit-compilation} to@code{nil} + Setting the value of @code{native-comp-jit-compilation} to @code{nil} disables JIT native compilation. However, even when JIT native compilation is disabled, Emacs might still need to start asynchronous native compilation subprocesses to produce @dfn{trampolines}. To