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

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

[nongnu] elpa/evil-matchit ce90eae4bd 243/244: typo


From: ELPA Syncer
Subject: [nongnu] elpa/evil-matchit ce90eae4bd 243/244: typo
Date: Thu, 6 Jan 2022 02:59:06 -0500 (EST)

branch: elpa/evil-matchit
commit ce90eae4bd31eb2cfe450266a5340f5eb43d78ec
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@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

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