emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/embark d9332ca498: Fix carelessly copy/pasted error mes


From: ELPA Syncer
Subject: [elpa] externals/embark d9332ca498: Fix carelessly copy/pasted error message (fix #458)
Date: Tue, 8 Feb 2022 13:57:31 -0500 (EST)

branch: externals/embark
commit d9332ca49895af5f8acb0ba0108be587cedcb61b
Author: Omar Antolín Camarena <omar.antolin@gmail.com>
Commit: Omar Antolín Camarena <omar.antolin@gmail.com>

    Fix carelessly copy/pasted error message (fix #458)
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 75acc8bf0b..decec1453b 100644
--- a/embark.el
+++ b/embark.el
@@ -2136,7 +2136,7 @@ ARG is the prefix argument."
                        :orig-target orig-cand))
                (plist-get transformed :candidates)
                (plist-get transformed :orig-candidates))
-              (user-error "No candidates for export")))
+              (user-error "No candidates to act on")))
          (indicators (mapcar #'funcall embark-indicators)))
     (unwind-protect
         (let* ((action



reply via email to

[Prev in Thread] Current Thread [Next in Thread]