branch: elpa/flx
commit fd10bf595d2e15cf5c06ddfbcf2027459460e848
Author: Le Wang <[email protected]>
Commit: Le Wang <[email protected]>
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)
;;
;;