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

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

[nongnu] elpa/evil-numbers 3fe56219af 091/145: Cleanup: docstring


From: ELPA Syncer
Subject: [nongnu] elpa/evil-numbers 3fe56219af 091/145: Cleanup: docstring
Date: Thu, 6 Jan 2022 03:00:21 -0500 (EST)

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

    Cleanup: docstring
    
    Quiet checkdoc warning
---
 evil-numbers.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/evil-numbers.el b/evil-numbers.el
index 0e2530f5ec..dd0baaf443 100644
--- a/evil-numbers.el
+++ b/evil-numbers.el
@@ -395,8 +395,8 @@ Each item in SKIP-CHARS is a cons pair.
 (defun evil-numbers--search-and-replace-decimal (amount padded decode-fn 
encode-fn)
   "Perform the increment/decrement on the current line.
 
-When PADDED is non-nil, the number keeps it's current width
-(with leading zeroes).
+When PADDED is non-nil,
+the number keeps it's current width (with leading zeroes).
 
 DECODE-FN and ENCODE-FN optionally decode/encode the string
 into ASCII text (use for subscript & superscript).
@@ -441,8 +441,8 @@ 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 PADDED is non-nil, the number keeps it's current width
-(with leading zeroes).
+When PADDED is non-nil,
+the number keeps it's current width (with leading zeroes).
 
 When all characters are found in sequence,
 replace number incremented by AMOUNT in BASE and return non-nil."



reply via email to

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