diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-09-28 15:03:38 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-09-28 15:03:38 +0300 |
commit | 73b2b9f67acd82571ed0d250c5ba3282a4f6752a (patch) | |
tree | 7afb550fdda1c4ac3dae0af777e9e807b0946afe /lisp/emacs-lisp | |
parent | 90655e4bc01ba8d00be3281d13cc771b53e75b43 (diff) | |
download | emacs-73b2b9f67acd82571ed0d250c5ba3282a4f6752a.tar.gz emacs-73b2b9f67acd82571ed0d250c5ba3282a4f6752a.tar.bz2 emacs-73b2b9f67acd82571ed0d250c5ba3282a4f6752a.zip |
; * lisp/emacs-lisp/comp.el (batch-native-compile): Don't use non-ASCII.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |