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

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

[nongnu] elpa/flx dd47185f5b 173/182: flx-inc-vec: Improve doc-string


From: ELPA Syncer
Subject: [nongnu] elpa/flx dd47185f5b 173/182: flx-inc-vec: Improve doc-string
Date: Tue, 13 Dec 2022 03:59:41 -0500 (EST)

branch: elpa/flx
commit dd47185f5b43cd79047c7e940b7550ee3535aed8
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    flx-inc-vec: Improve doc-string
---
 flx.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/flx.el b/flx.el
index 43a337b8e1..eb2522928c 100644
--- a/flx.el
+++ b/flx.el
@@ -100,8 +100,9 @@ This function is camel-case aware."
            (flx-word-p char))))
 
 (defsubst flx-inc-vec (vec &optional inc beg end)
-  "Increment each element of vectory by INC(default=1)
-from BEG (inclusive) to END (not inclusive)."
+  "Increment each element in VEC between BEG and END by INC.
+INC defaults to 1.  BEG defaults to 0 and is inclusive.
+END is not inclusive and defaults to the length of VEC."
   (or inc
       (setq inc 1))
   (or beg



reply via email to

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