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

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

[elpa] externals/transient 508efcd379 2/6: transient-infix-set: Upcase v


From: Jonas Bernoulli
Subject: [elpa] externals/transient 508efcd379 2/6: transient-infix-set: Upcase variable in docstrings
Date: Mon, 24 Jun 2024 07:10:58 -0400 (EDT)

branch: externals/transient
commit 508efcd3794d09a3095477dfbc8f764b79ff4d1d
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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)



reply via email to

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