mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix typo in error message in native-compile-prune-cache
* lisp/emacs-lisp/comp.el (native-compile-prune-cache): Fix typo (bug#56713).
This commit is contained in:
parent
dd902c43f3
commit
f268cdc185
1 changed files with 1 additions and 1 deletions
|
|
@ -4294,7 +4294,7 @@ of (commands) to run simultaneously."
|
|||
"Remove .eln files that aren't applicable to the current Emacs invocation."
|
||||
(interactive)
|
||||
(unless (featurep 'native-compile)
|
||||
(user-error "This Emacs isn't build with native-compile support"))
|
||||
(user-error "This Emacs isn't built with native-compile support"))
|
||||
(dolist (dir native-comp-eln-load-path)
|
||||
;; If a directory is non absolute it is assumed to be relative to
|
||||
;; `invocation-directory'.
|
||||
|
|
|
|||
Loading…
Reference in a new issue