aboutsummaryrefslogtreecommitdiff
path: root/evil-common.el
diff options
context:
space:
mode:
authorFrank Fischer <frank-fischer@shadow-soft.de>2016-05-06 09:02:28 +0200
committerFrank Fischer <frank-fischer@shadow-soft.de>2016-05-06 09:02:28 +0200
commita2aaad8d341ed4d0450914727aed3b25a5043dfc (patch)
tree1cc24ecd07cb3ba060954e638feff01c5bfa6329 /evil-common.el
parent252c48040dcf38440e8be687b758b692187b55d1 (diff)
Fix doc string of `evil-select-xml-tag`
Diffstat (limited to 'evil-common.el')
-rw-r--r--evil-common.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-common.el b/evil-common.el
index aa694c2..eadc715 100644
--- a/evil-common.el
+++ b/evil-common.el
@@ -3367,7 +3367,7 @@ preceeding (or following) whitespace is added to the range. "
(defun evil-select-xml-tag (beg end type &optional count inclusive)
"Return a range (BEG END) of COUNT matching XML tags.
-If EXCLUSIVE is non-nil, the tags themselves are excluded
+If INCLUSIVE is non-nil, the tags themselves are included
from the range."
(cond
((and (not inclusive) (= (abs (or count 1)) 1))