We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f82880 commit ca8ad41Copy full SHA for ca8ad41
cider-eldoc.el
@@ -412,7 +412,7 @@ This includes the arglist and ns and symbol name (if available)."
412
"type" type)))
413
;; add context dependent args if requested by defcustom
414
;; do not cache this eldoc info to avoid showing info
415
- ;: of the previous context
+ ;; of the previous context
416
(if cider-eldoc-display-context-dependent-info
417
(cond
418
;; add inputs of datomic query
0 commit comments