branch: elpa/evil-matchit
commit ce90eae4bd31eb2cfe450266a5340f5eb43d78ec
Author: Chen Bin <chenbin...@gmail.com>
Commit: Chen Bin <chenbin...@gmail.com>

    typo
---
 README.org | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 8baa82e683..b38fa8d9b3 100644
--- a/README.org
+++ b/README.org
@@ -168,10 +168,10 @@ A complete setup:
 ;;         the first element of the list is the position of cursor before jump
 ;;         we use it to select/delete tag. The other elements of the list could
 ;;         be any data type
-(defun evilmi-mylang-find-tag ()
+(defun evilmi-mylang-get-tag ()
   (list position-of-open-end "anything-you-like" "anything-you-like"))
 
-;; @parama rlt result from evilmi-mylang-find-tag
+;; @parama rlt result from evilmi-mylang-get-tag
 ;; @param NUM numeric argument when user press "%" to match tag
 ;; @return the matching tag position in theory, useful only for
 ;;         selecting or deleting text between matching tags and tags

Reply via email to