aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clojure/contrib/pprint.clj13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj
index 42fcff1e..b9a1e968 100644
--- a/src/clojure/contrib/pprint.clj
+++ b/src/clojure/contrib/pprint.clj
@@ -28,17 +28,16 @@
Clojure is using the name \"format\" for its own format.
The most complete documentation can be found at http://github.com/tomfaulhaber/cl-format
-where the markdown README is currently displayed. I will be moving it into
-clojure.contrib (either to the wiki or some other document structure) RSN.
+where the markdown README is currently displayed. I will be moving it into the
+clojure.contrib wiki RSN.
",
:wiki-doc "This module comprises two elements:
-# A pretty printer for Clojure data structures, implemented in the function \"pprint\"
-# A Common Lisp compatible format function, implemented as \"cl-format\" because
-Clojure is using the name \"format\" for its own format.
+ # A pretty printer for Clojure data structures, implemented in the function \"pprint\"
+ # A Common Lisp compatible format function, implemented as \"cl-format\" because Clojure is using the name \"format\" for its own format.
The most complete documentation can be found at http://github.com/tomfaulhaber/cl-format
-where the markdown README is currently displayed. I will be moving it into
-clojure.contrib (either to the wiki or some other document structure) RSN.
+where the markdown README is currently displayed. I will be moving it into the
+clojure.contrib wiki RSN.
"}
clojure.contrib.pprint
(:use clojure.contrib.pprint.utilities)