branch: elpa/evil-matchit
commit 449da5ca101de6b953ea17a80a47e824a5eb99bd
Author: Chen Bin <[email protected]>
Commit: Chen Bin <[email protected]>

    fixed typo
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index 67f96d6709..7c6c2eb0f4 100644
--- a/README.org
+++ b/README.org
@@ -91,7 +91,7 @@ So you setup in ~/.emacs is as below:
 #+begin_src elisp
 (eval-after-load 'evil-matchit-ruby
   '(progn
-     (add-to-list 'evilmi-ruby-extract-keywords-howtos '("^[ 
\t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1))
+     (add-to-list 'evilmi-ruby-extract-keyword-howtos '("^[ 
\t]*\\([a-z]+\\)\\( .*\\| *\\)$" 1))
      (add-to-list 'evilmi-ruby-match-tags '(("unless" "if") ("elsif" "else") 
"end"))
      ))
 #+end_src

Reply via email to