aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/pprint/pprint_base.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/pprint/pprint_base.clj')
-rw-r--r--src/clojure/contrib/pprint/pprint_base.clj9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/clojure/contrib/pprint/pprint_base.clj b/src/clojure/contrib/pprint/pprint_base.clj
index 71a57c8a..a27b09de 100644
--- a/src/clojure/contrib/pprint/pprint_base.clj
+++ b/src/clojure/contrib/pprint/pprint_base.clj
@@ -1,3 +1,8 @@
+;;; pprint_base.clj -- part of the pretty printer for Clojure
+
+;; by Tom Faulhaber
+;; April 3, 2009
+
; Copyright (c) Tom Faulhaber, Jan 2009. All rights reserved.
; The use and distribution terms for this software are covered by the
; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
@@ -6,6 +11,8 @@
; the terms of this license.
; You must not remove this notice, or any other, from this software.
+;; This module implements the generic pretty print functions and special variables
+
(in-ns 'clojure.contrib.pprint)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -89,7 +96,7 @@ pretty printing the results of macro expansions"}
;;:radix *print-radix*,
:readably 'clojure.core/*print-readably*,
:right-margin 'clojure.contrib.pprint/*print-right-margin*,
- :suppress-namespaces ''clojure.contrib.pprint/*print-suppress-namespaces*})
+ :suppress-namespaces 'clojure.contrib.pprint/*print-suppress-namespaces*})
(defmacro #^{:private true} binding-map [amap & body]