emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 8ef3777d54: Correct capitalization of Lisp in the manual (bug#6


From: Eli Zaretskii
Subject: emacs-29 8ef3777d54: Correct capitalization of Lisp in the manual (bug#60222)
Date: Tue, 20 Dec 2022 10:46:55 -0500 (EST)

branch: emacs-29
commit 8ef3777d54429744dc941145c25067d6964374aa
Author: Daniel Martín <mardani29@yahoo.es>
Commit: Eli Zaretskii <eliz@gnu.org>

    Correct capitalization of Lisp in the manual (bug#60222)
    
    * doc/lispref/compile.texi (Native-Compilation Functions): Fix typo.
---
 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 3e39734999..ae4905bb1f 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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]