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 [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to