summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martín <mardani29@yahoo.es>2022-12-20 16:32:37 +0100
committerEli Zaretskii <eliz@gnu.org>2022-12-20 17:46:33 +0200
commit8ef3777d54429744dc941145c25067d6964374aa (patch)
tree62ec2dfbeb9d793d8cf98b85a055361a4c37c428
parentd03ea8937803c6714df71dd148c79ca893d159e9 (diff)
downloademacs-8ef3777d54429744dc941145c25067d6964374aa.tar.gz
Correct capitalization of Lisp in the manual (bug#60222)
* doc/lispref/compile.texi (Native-Compilation Functions): Fix typo.
-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 3e397349995..ae4905bb1f9 100644
--- a/doc/lispref/compile.texi
+++ b/doc/lispref/compile.texi
@@ -930,7 +930,7 @@ used by Emacs to natively-compile any Lisp file or byte-compiled Lisp
file that is loaded into Emacs, when no natively-compiled file for it
is available. Note that because of this use of a subprocess, native
compilation may produce warning and errors which byte-compilation does
-not, and lisp code may thus need to be modified to work correctly. See
+not, and Lisp code may thus need to be modified to work correctly. See
@code{native-comp-async-report-warnings-errors} in @pxref{Native-Compilation
Variables} for more details.