branch: externals/transient
commit 453376f2f1a0beab45da06c84a9e57692afc0607
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    transient-bind-q-to-quit: Add comma in docstring
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 1e6e443cae..f4ccd0df60 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -5360,7 +5360,7 @@ that binding back, then call this function in your init 
file like so:
 Individual transients may already bind \\`q' to something else
 and such a binding would shadow the quit binding.  If that is the
 case then \\`Q' is bound to whatever \\`q' would have been bound
-to by setting `transient-substitute-key-function' to a function
+to, by setting `transient-substitute-key-function' to a function
 that does that.  Of course \\`Q' may already be bound to something
 else, so that function binds \\`M-q' to that command instead.
 Of course \\`M-q' may already be bound to something else, but

Reply via email to