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

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

[elpa] externals/transient f0f3e2b9fe 195/366: transient-infix-value: Fi


From: Jonas Bernoulli
Subject: [elpa] externals/transient f0f3e2b9fe 195/366: transient-infix-value: Fix typo in a doc-string
Date: Tue, 25 Jan 2022 18:54:40 -0500 (EST)

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

    transient-infix-value: Fix typo in a doc-string
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index dee6804435..f676e17ac2 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2647,7 +2647,7 @@ contribute to the value of the transient."
   nil)
 
 (cl-defmethod transient-infix-value ((obj transient-files))
-  "Return (concat ARGUMENT VALUE) or nil.
+  "Return (cons ARGUMENT VALUE) or nil.
 
 ARGUMENT and VALUE are the values of the respective slots of OBJ.
 If VALUE is nil, then return nil.  VALUE may be the empty string,



reply via email to

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