emacs-diffs
[Top][All Lists]
Advanced

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

master 73b2b9f 2/2: ; * lisp/emacs-lisp/comp.el (batch-native-compile):


From: Eli Zaretskii
Subject: master 73b2b9f 2/2: ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.
Date: Tue, 28 Sep 2021 08:04:09 -0400 (EDT)

branch: master
commit 73b2b9f67acd82571ed0d250c5ba3282a4f6752a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 83605ca..94753ec 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -4195,7 +4195,7 @@ form, return the compiled function."
   "Perform batch native compilation of remaining command-line arguments.
 
 Native compilation equivalent of `batch-byte-compile'.
-Use this from the command line, with ‘-batch’; it won’t work
+Use this from the command line, with `-batch'; it won't work
 in an interactive Emacs session.
 Optional argument FOR-TARBALL non-nil means the file being compiled
 as part of building the source tarball, in which case the .eln file



reply via email to

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