branch: elpa/evil-numbers
commit 626ea72a2179251aa2bf19f23ba27ae77dbef6b2
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Cleanup: add missing argument to doc-string
---
evil-numbers.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/evil-numbers.el b/evil-numbers.el
index 48f13e717c..2847129a61 100644
--- a/evil-numbers.el
+++ b/evil-numbers.el
@@ -405,6 +405,7 @@ Each item in SKIP-CHARS is a cons pair.
For SKIP-CHARS docs see `evil-numbers--match-from-skip-chars'.
NUM-GROUP is the match group used to evaluate the number.
+SIGN-GROUP is the match group used for the sign ('-' or '+').
When all characters are found in sequence,
replace number incremented by INC in BASE and return non-nil."