Skip to content

Commit 86555fa

Browse files
committed
Use description from transient command
1 parent 396708a commit 86555fa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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)

doc/modules/ROOT/pages/debugging/logging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,5 +360,5 @@ using logical AND condition. The following filters are available:
360360
== Troubleshooting
361361

362362
- Make sure the logging library is actually supported by CIDER Log Mode and that it is on your classpath.
363-
- Try requiring the https://github.com/clojure-emacs/logjam/tree/master/src/logjam/framework[Logjam] namespace of the logging libre, e.g. `(require 'logjam.framework.<jul|logback|timbre|> :reload)` and make sure it can be loaded without errors.
363+
- Try requiring the https://github.com/clojure-emacs/logjam/tree/master/src/logjam/framework[Logjam] namespace of the logging library, e.g. `(require 'logjam.framework.<jul|logback|timbre|> :reload)` and make sure it can be loaded without errors.
364364
- Timbre and Encore often have to be upgraded in concert, they use "break versioning". It's often useful to have Timbre + Encore at the latest stable version.

0 commit comments

Comments
 (0)