branch: externals/transient
commit 9f3afe94a901fedc7bb7def759ebb00f8ef988fe
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
transient-format(around:suffix): Reformat docstring
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index c763bc7629..7a8c87223f 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3654,7 +3654,7 @@ making `transient--original-buffer' current.")
When reading user input for this infix, then highlight it.
When edit-mode is enabled, then prepend the level information.
When `transient-enable-popup-navigation' is non-nil then format
- as a button."
+as a button."
(let ((str (cl-call-next-method obj)))
(when (and (cl-typep obj 'transient-infix)
(eq (oref obj command) this-original-command))