From: Eli Zaretskii Date: Tue, 28 Sep 2021 12:03:38 +0000 (+0300) Subject: ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII. X-Git-Tag: emacs-28.0.90~554 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73b2b9f67acd82571ed0d250c5ba3282a4f6752a;p=emacs.git ; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 83605ca5a77..94753ec3d9b 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