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

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

[nongnu] elpa/flx fd10bf595d 025/182: fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/flx fd10bf595d 025/182: fix typo
Date: Tue, 13 Dec 2022 03:59:21 -0500 (EST)

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

    fix typo
    
    resolves #5
---
 README.md  | 2 +-
 flx-ido.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 676492a128..d754f285fd 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ It's not ready to be used; treat with extreme caution.
 Add this to your init file and *flx* match will be enabled for ido.
 
     (require 'flx-ido)
-    (setq ido-enable-flex-matchint t
+    (setq ido-enable-flex-matching t
           flx-ido-use              t)
 
 
diff --git a/flx-ido.el b/flx-ido.el
index 85daf10be7..2fd0193050 100644
--- a/flx-ido.el
+++ b/flx-ido.el
@@ -13,7 +13,7 @@
 ;; Version: 0.1
 ;; Last-Updated:
 ;;           By:
-;;     Update #: 8
+;;     Update #: 9
 ;; URL:
 ;; Keywords:
 ;; Compatibility:
@@ -23,7 +23,7 @@
 ;; Add to your init file:
 ;;
 ;;     (require 'flx-ido)
-;;     (setq ido-enable-flex-matchint t
+;;     (setq ido-enable-flex-matching t
 ;;           flx-ido-use              t)
 ;;
 ;;



reply via email to

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