summaryrefslogtreecommitdiff
path: root/doc/lispref/compile.texi
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-27 13:09:49 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-27 13:11:47 +0200
commit8deb7978974f87b9fc43babf93a96b045c8e788d (patch)
tree816ae9dda4b2f3757f8188214077b165e5246524 /doc/lispref/compile.texi
parente16ee5fde6db97ecd70630c15196c4337726154a (diff)
downloademacs-8deb7978974f87b9fc43babf93a96b045c8e788d.tar.gz
; Fix quoting of non-nil in texinfo sources
Diffstat (limited to 'doc/lispref/compile.texi')
-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 6f8431c55ce..d1d281d7094 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -1077,7 +1077,7 @@ pristine environment, that may not be true for the subprocess.
@end defopt
@defopt native-comp-async-query-on-exit
-If this variable's value is non-nil, Emacs will query upon exiting
+If this variable's value is non-@code{nil}, Emacs will query upon exiting
whether to exit and kill any asynchronous native-compilation
subprocesses that are still running, thus preventing the corresponding
@file{.eln} files from being written. If the value is @code{nil}, the