Skip to content

Commit

Permalink
transient-infix-read: Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 26, 2024
1 parent 522b625 commit 8e043b5
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 @@ -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.
Expand Down

0 comments on commit 8e043b5

Please sign in to comment.