]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in error message in native-compile-prune-cache
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 22 Jul 2022 22:01:00 +0000 (00:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 22 Jul 2022 22:01:00 +0000 (00:01 +0200)
* lisp/emacs-lisp/comp.el (native-compile-prune-cache): Fix typo
(bug#56713).

lisp/emacs-lisp/comp.el

index 04df4885de15bc71f2421eb7189bfb517beb45b5..5ee10fcbca2f0ba939cc787966df0419eee9de57 100644 (file)
@@ -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'.