branch: elpa/flx commit dd47185f5b43cd79047c7e940b7550ee3535aed8 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@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