From 73b2b9f67acd82571ed0d250c5ba3282a4f6752a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 28 Sep 2021 15:03:38 +0300 Subject: [PATCH] ; * 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 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 -- 2.39.5