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

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

[nongnu] elpa/flx 6800cc34a9 076/182: flx-ido: fix comment in advice for


From: ELPA Syncer
Subject: [nongnu] elpa/flx 6800cc34a9 076/182: flx-ido: fix comment in advice for ido-set-matches-1
Date: Tue, 13 Dec 2022 03:59:31 -0500 (EST)

branch: elpa/flx
commit 6800cc34a90dd94a0c4b9344e9ea5f828b983221
Author: Ramkumar Ramachandra <artagnon@gmail.com>
Commit: Ramkumar Ramachandra <artagnon@gmail.com>

    flx-ido: fix comment in advice for ido-set-matches-1
    
    Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
 flx-ido.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx-ido.el b/flx-ido.el
index b4bb146983..1d3de6a34f 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -197,7 +197,7 @@ item, in which case, the ending items are deleted."
     (clrhash flx-ido-narrowed-matches-hash)))
 
 (defadvice ido-set-matches-1 (around flx-ido-set-matches-1 activate)
-  "Choose between the regular ido-set-matches-1 and my-ido-fuzzy-match"
+  "Choose between the regular ido-set-matches-1 and flx-ido-match"
   (if flx-ido-mode
       (setq ad-return-value (flx-ido-match ido-text (ad-get-arg 0)))
     ad-do-it))



reply via email to

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