summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 04df4885de1..5ee10fcbca2 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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'.