branch: externals/transient commit fa476e6ec3d141633f8f0d691a330a28c276e62a Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient--get-wrapped-value: Fix punctuation in docstring --- lisp/transient.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/transient.el b/lisp/transient.el index 347ede467b..f26392d63c 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -4060,7 +4060,7 @@ in `transient-set-value' and `transient-save-value' methods. Unlike "Return a list of the value(s) of suffix object OBJ. Internally a suffix only ever has one value, stored in its `value' -slot, but callers of `transient-args', wish to treat the values of +slot, but callers of `transient-args' wish to treat the values of certain suffixes as multiple values. That translation is handled here. The object's `multi-value' slot specifies whether and how to interpret the `value' as multiple values."