]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct capitalization of Lisp in the manual (bug#60222)
authorDaniel Martín <mardani29@yahoo.es>
Tue, 20 Dec 2022 15:32:37 +0000 (16:32 +0100)
committerEli Zaretskii <eliz@gnu.org>
Tue, 20 Dec 2022 15:46:33 +0000 (17:46 +0200)
* doc/lispref/compile.texi (Native-Compilation Functions): Fix typo.

doc/lispref/compile.texi

index 3e3973499952ca99a876c300e6c241c3d4745ed1..ae4905bb1f9bb5529037e2215eaa695b7597f6c4 100644 (file)
@@ -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.