clojure-emacs / cider

The Clojure Interactive Development Environment that Rocks for Emacs
https://cider.mx
GNU General Public License v3.0
3.52k stars 643 forks source link

Minor adjustments to docstrings #3706

Closed katomuso closed 4 weeks ago

katomuso commented 1 month ago

Tweak docstring of cider-sync-request:clojuredocs-lookup as it actually performs clojuredocs-lookup op and not resource op.

Tweak docstrings of cider-var-info and cider-member-info as it seems that what these functions actually return is an nREPL dict and not an alist. Also, I'm not sure what "with list cdrs" means.

katomuso commented 4 weeks ago

@bbatsov I've applied the suggested changes.

bbatsov commented 4 weeks ago

Thanks!