File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ Used only when the info nREPL middleware is not available."
548548 var-info))
549549
550550(defun cider-var-info (var &optional all )
551- " Return VAR's info as an alist with list cdrs .
551+ " Return info for VAR as an nREPL dict .
552552When multiple matching vars are returned you'll be prompted to select one,
553553unless ALL is truthy."
554554 (when (and var (not (string= var " " )))
@@ -559,7 +559,7 @@ unless ALL is truthy."
559559 (if all var-info (cider--var-choice var-info)))))
560560
561561(defun cider-member-info (class member )
562- " Return the CLASS MEMBER's info as an alist with list cdrs ."
562+ " Return info for MEMBER of CLASS as an nREPL dict ."
563563 (when (and class member )
564564 (cider-sync-request:info nil class member (cider-completion-get-context t ))))
565565
You can’t perform that action at this time.
0 commit comments