It is defined in the project 'reply', used by Leiningen for 'lein repl' tasks:
https://github.com/trptcolin/reply That in turn depends upon a cd-client library for sending requests to the clojuredocs.org web site and doing some parsing on the responses received: https://github.com/dakrone/clojuredocs-client Andy On Tue, Jan 28, 2014 at 7:04 AM, Dave Tenny <dave.te...@gmail.com> wrote: > Does anybody happen to know where 'clojuredocs' is defined? I grepped the > clojure and leiningen git trees but the word didn't show up. > > I noticed it mentioned in some leiningen tutorials and it's present in my > REPL, in the user namespace. > > clojuredocs > is a clojure.lang.Symbol > > in namespace user: > {:interns #'user/clojuredocs, :maps-to #'user/clojuredocs, > :interns-publicly #'user/clojuredocs} > > #'user/clojuredocs > is a clojure.lang.Var > > with metadata: > :arglists ([v] [ns-str var-str]) > :ns #<Namespace user> > :name clojuredocs > :column 6300 > :macro true > :line 1 > :file "NO_SOURCE_PATH" > :doc > Lazily checks if the clojuredocs client is available, and uses it to > retrieve examples if it is. > > with value #<exports$lazy_clojuredocs > reply.exports$lazy_clojuredocs@5ce9f026> > of type reply.exports$lazy_clojuredocs > > -- > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@googlegroups.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.