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

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

[nongnu] elpa/evil-numbers 626ea72a21 084/145: Cleanup: add missing argu


From: ELPA Syncer
Subject: [nongnu] elpa/evil-numbers 626ea72a21 084/145: Cleanup: add missing argument to doc-string
Date: Thu, 6 Jan 2022 03:00:21 -0500 (EST)

branch: elpa/evil-numbers
commit 626ea72a2179251aa2bf19f23ba27ae77dbef6b2
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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."



reply via email to

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