branch: externals/transient commit 508efcd3794d09a3095477dfbc8f764b79ff4d1d Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
transient-infix-set: Upcase variable in docstrings --- lisp/transient.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/transient.el b/lisp/transient.el index 8a1b423f6a..9f5bcebeeb 100644 --- a/lisp/transient.el +++ b/lisp/transient.el @@ -3411,10 +3411,10 @@ prompt." ;;;; Set (cl-defgeneric transient-infix-set (obj value) - "Set the value of infix object OBJ to value.") + "Set the value of infix object OBJ to VALUE.") (cl-defmethod transient-infix-set ((obj transient-infix) value) - "Set the value of infix object OBJ to value." + "Set the value of infix object OBJ to VALUE." (oset obj value value)) (cl-defmethod transient-infix-set :after ((obj transient-argument) value)