branch: externals/transient
commit 8e043b5aec445ae6d2aca99aa7e52a0000a28608
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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.

Reply via email to