branch: externals/jinx
commit 8cf4af0b8a807707a98289b2b7864e5200c24fe2
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Shorten annotation (Fix #73)
---
 jinx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jinx.el b/jinx.el
index eec348e75d..4ae84657d8 100644
--- a/jinx.el
+++ b/jinx.el
@@ -757,7 +757,7 @@ If SAVE is non-nil save, otherwise format candidate given 
action KEY."
     (cl-loop
      for dict in jinx--dicts for idx from 1
      for at = (make-string idx key)
-     for ann = (format "Personal ā€˜%s’" (car (jinx--mod-describe dict))) nconc
+     for ann = (format "Personal:%s" (car (jinx--mod-describe dict))) nconc
      (delete-consecutive-dups
       (list (jinx--save-action at word ann)
             (jinx--save-action at (downcase word) ann))))))

Reply via email to