branch: externals/transient
commit fed89f83820dc75af2d3179186b780a20c7b9de9
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Add missing 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 9fc8669b21..7bd8280d7b 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2513,7 +2513,7 @@ value. Otherwise return CHILDREN as is."
;; We cannot use `current-prefix-arg' because it is set
;; too late (in `command-execute'), and if it were set
;; earlier, then we likely still would not be able to
- ;; rely on it and `prefix-command-preserve-state-hook'
+ ;; rely on it, and `prefix-command-preserve-state-hook'
;; would have to be used to record that a universal
;; argument is in effect.
(not prefix-arg)))