From b8a8106fa1a60f4899ed99fab163922b207fe790 Mon Sep 17 00:00:00 2001 From: Vincent Lefevre Date: Wed, 6 Sep 2023 13:57:07 +0200 Subject: [PATCH] ; Add missing space in the manual * doc/lispref/compile.texi (Native-Compilation Variables): Add missing space. (Bug#65782) Copyright-paperwork-exempt: yes --- 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 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 -- 2.39.5