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

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

[nongnu] elpa/flx c85273a6e8 009/182: fix helm demo typo


From: ELPA Syncer
Subject: [nongnu] elpa/flx c85273a6e8 009/182: fix helm demo typo
Date: Tue, 13 Dec 2022 03:59:14 -0500 (EST)

branch: elpa/flx
commit c85273a6e80cfae118554ec7e35df7593b22fdf0
Author: Le Wang <le.wang@agworld.com.au>
Commit: Le Wang <le.wang@agworld.com.au>

    fix helm demo typo
---
 flx-scratch-helm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-scratch-helm.el b/flx-scratch-helm.el
index 859f466309..bd0c89b66f 100644
--- a/flx-scratch-helm.el
+++ b/flx-scratch-helm.el
@@ -13,7 +13,7 @@
                  (setq block-started char))
                (setq last-char char)))
     (put-text-property block-started  (1+ last-char) 'face 'helm-match str)
-    (format "% [%s]" str (car score))))
+    (format "%s [%s]" str (car score))))
 
 (defun flx-helm-candidate-transformer (candidates)
   "We score candidate and add the score info for later use.



reply via email to

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