clj-ns-browser icon indicating copy to clipboard operation
clj-ns-browser copied to clipboard

Doc for *ns* appears to be incorrect

Open uvtc opened this issue 12 years ago • 1 comments

The docs for ns in clj-ns-browser don't include:

"A clojure.lang.Namespace object representing the current namespace."

Instead, in clj-ns-browser, it says:

"Fundamental library of the Clojure language"

uvtc avatar May 17 '12 19:05 uvtc

Good catch.

(sdoc ns) shows the doc-string of the var's value, not the var itself.

(presuming ns was refering to clojure.core in your case)

On May 17, 2012, at 12:32 PM, John Gabriele wrote:

The docs for ns in clj-ns-browser don't include:

"A clojure.lang.Namespace object representing the current namespace."

Instead, in clj-ns-browser, it says:

"Fundamental library of the Clojure language"


Reply to this email directly or view it on GitHub: https://github.com/franks42/clj-ns-browser/issues/50

franks42 avatar May 17 '12 19:05 franks42