Skip to content

Commit

Permalink
transient--insert-help: Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 13, 2024
1 parent 5a41cd5 commit 1caa096
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 @@ -4306,7 +4306,7 @@ Type %s to exit help.\n"
Type a %s to set level for that suffix command.
Type %s to set what levels are available for this prefix command.\n"
'face 'transient-heading)
(propertize "<KEY>" 'face 'transient-key)
(propertize "<KEY>" 'face 'transient-key)
(propertize "C-x l" 'face 'transient-key))))
(with-slots (level) transient--prefix
(insert
Expand Down

0 comments on commit 1caa096

Please sign in to comment.