summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2008-12-03 12:25:23 +0000
committerRich Hickey <richhickey@gmail.com>2008-12-03 12:25:23 +0000
commite257178bfdbde16e7e077623af5d14594354487b (patch)
tree676782696c1bab2e0ebe84f1f06bce3a4cac5269 /src
parent6d7eb7bebfaaa9a4b2b903120e03e8020882d85f (diff)
fixed doc for main/repl
Diffstat (limited to 'src')
-rw-r--r--src/clj/clojure/main.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clj/clojure/main.clj b/src/clj/clojure/main.clj
index 54a474b0..fb9f8645 100644
--- a/src/clj/clojure/main.clj
+++ b/src/clj/clojure/main.clj
@@ -70,7 +70,7 @@
default: eval
- :print, function of one argument, prints its argument to the output
- default: println
+ default: prn
- :caught, function of one argument, a throwable, called when
read, eval, or print throws an exception or error