branch: externals/embark
commit fed14590737b6e2d82a89321d2bf5642c2479a22
Merge: f9e6749 c98fd83
Author: Omar Antolín Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #420 from minad/∀
    
    ∀
---
 embark.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embark.el b/embark.el
index 05f8ae3..66f6d2c 100644
--- a/embark.el
+++ b/embark.el
@@ -949,7 +949,7 @@ If CYCLE is non-nil bind `embark-cycle'."
   "Return highlighted Act/Rep indicator label given REP and MULTI."
   (propertize
    (cond
-    (multi "Act*")
+    (multi "∀ct")
     (rep "Rep")
     (t "Act"))
    'face 'highlight))

Reply via email to