[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 8e043b5aec 1/2: transient-infix-read: Fix a d
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 8e043b5aec 1/2: transient-infix-read: Fix a docstring |
Date: |
Sat, 27 Jan 2024 11:21:44 -0500 (EST) |
branch: externals/transient
commit 8e043b5aec445ae6d2aca99aa7e52a0000a28608
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
transient-infix-read: Fix a docstring
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index 7965cc1467..3bade5c4c7 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3131,7 +3131,7 @@ infix command determines what the new value should be,
based
on the previous value.")
(cl-defmethod transient-infix-read :around ((obj transient-infix))
- "Refresh the transient buffer buffer calling the next method.
+ "Refresh the transient buffer and call the next method.
Also wrap `cl-call-next-method' with two macros:
- `transient--with-suspended-override' allows use of minibuffer.