Skip to content

Commit 35be6f6

Browse files
committed
Use description from transient command
1 parent 396708a commit 35be6f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cider-log.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1476,8 +1476,7 @@ based on `transient-mode'."
14761476
(transient-define-prefix cider-log (framework appender)
14771477
"Show the Cider log menu."
14781478
[["Framework Actions"
1479-
("fa" cider-log-frameworks
1480-
:description "Show frameworks in a buffer.")
1479+
("fa" cider-log-frameworks)
14811480
("fs" cider-log-set-framework)
14821481
("fb" cider-log-set-buffer)
14831482
("fj" cider-log-browse-javadocs)

0 commit comments

Comments
 (0)