[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/evil-matchit 8a94e56bd2 4/4: fixed typo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/evil-matchit 8a94e56bd2 4/4: fixed typo |
Date: |
Thu, 5 Dec 2024 03:59:32 -0500 (EST) |
branch: elpa/evil-matchit
commit 8a94e56bd2987c6d0c1a85fbf189f9a86e623cde
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>
fixed typo
---
README.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
index bd5e82daaa..b7681b7c55 100644
--- a/README.org
+++ b/README.org
@@ -263,7 +263,7 @@ Use =evilmi-add-one-plugin-rule= to add one new plugin rule
for specific MAJOR-M
For example, to integrate =rjsx-jump-tag= into this package is as simple as,
#+begin_src elisp
-(evilmi-add-one-plugin-rule 'rjsx-mode #'my-rjsx-jump-tag)
+(evilmi-add-one-plugin-rule 'rjsx-mode #'rjsx-jump-tag)
#+end_src
Or,