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

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

[elpa] externals/transient 9b17afb9a0 214/366: transient-infix-set: Remo


From: Jonas Bernoulli
Subject: [elpa] externals/transient 9b17afb9a0 214/366: transient-infix-set: Remove outdated claim from doc-string
Date: Tue, 25 Jan 2022 18:54:42 -0500 (EST)

branch: externals/transient
commit 9b17afb9a0df29ef9987e06c1f4a1bbfc67dc9c4
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    transient-infix-set: Remove outdated claim from doc-string
---
 lisp/transient.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 8ef0458feb..ff02bdf702 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2577,10 +2577,7 @@ prompt."
   "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.
-
-This implementation should be suitable for almost all infix
-commands."
+  "Set the value of infix object OBJ to value."
   (oset obj value value))
 
 (cl-defmethod transient-infix-set :around ((obj transient-argument) value)



reply via email to

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