Skip to content

Commit

Permalink
Add missing comma in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jun 2, 2024
1 parent dd93001 commit fed89f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/transient.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

0 comments on commit fed89f8

Please sign in to comment.