summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clj/clojure/repl.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/repl.clj b/src/clj/clojure/repl.clj
index b015ca2a..3218180c 100644
--- a/src/clj/clojure/repl.clj
+++ b/src/clj/clojure/repl.clj
@@ -23,7 +23,7 @@
Classname/staticField]
:doc "The instance member form works for both fields and methods.
They all expand into calls to the dot operator at macroexpansion time."}
- def {:forms [(def symbol init?)]
+ def {:forms [(def symbol doc-string? init?)]
:doc "Creates and interns a global var with the name
of symbol in the current namespace (*ns*) or locates such a var if
it already exists. If init is supplied, it is evaluated, and the