Skip to content

Commit

Permalink
Rename cider-log-frameworks to cider-show-log-frameworks
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Oct 30, 2024
1 parent eb932bf commit 217831b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cider-log.el
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,8 @@ the CIDER Inspector and the CIDER stacktrace mode.

;; Framework actions

(transient-define-suffix cider-log-frameworks ()
"Show the log frameworks in a buffer."
(transient-define-suffix cider-show-log-frameworks ()
"Show the available log frameworks in a buffer."
:description "Show frameworks in a buffer"
(interactive)
(let ((frameworks (cider-sync-request:log-frameworks)))
Expand Down Expand Up @@ -1254,7 +1254,7 @@ the CIDER Inspector and the CIDER stacktrace mode.
(transient-define-prefix cider-log-framework (framework)
"Show the Cider log framework menu."
[["Cider Log Framework\n\nActions:"
("a" cider-log-frameworks)
("a" cider-show-log-frameworks)
("b" cider-log-set-buffer)
("j" cider-log-browse-javadocs)
("s" cider-log-set-framework)
Expand Down Expand Up @@ -1476,7 +1476,7 @@ based on `transient-mode'."
(transient-define-prefix cider-log (framework appender)
"Show the Cider log menu."
[["Framework Actions"
("fa" cider-log-frameworks)
("fa" cider-show-log-frameworks)
("fs" cider-log-set-framework)
("fb" cider-log-set-buffer)
("fj" cider-log-browse-javadocs)
Expand Down

0 comments on commit 217831b

Please sign in to comment.