aboutsummaryrefslogtreecommitdiff
path: root/doc/pprint/CommonLispFormat.markdown
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-08-17 19:15:35 -0400
committerStuart Halloway <stu@thinkrelevance.com>2009-08-17 19:15:35 -0400
commit07eef46b22f27a61784c11be03ff0159fac50b38 (patch)
tree95d138ba31c757592f85e826c02fdff40a222dbd /doc/pprint/CommonLispFormat.markdown
parentcb35f77f5b5bea740120bc649ae82c8015c7ca4c (diff)
parent76a841f9e4f2e184beabe693856572dff265cab7 (diff)
Merge branch 'master' of git@github.com:richhickey/clojure-contrib
Diffstat (limited to 'doc/pprint/CommonLispFormat.markdown')
-rw-r--r--doc/pprint/CommonLispFormat.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pprint/CommonLispFormat.markdown b/doc/pprint/CommonLispFormat.markdown
index 116d114e..a3a87b55 100644
--- a/doc/pprint/CommonLispFormat.markdown
+++ b/doc/pprint/CommonLispFormat.markdown
@@ -1,4 +1,4 @@
-# Common Lisp-compatible Format function
+# A Common Lisp-compatible Format Function
cl-format is an implementation of the incredibly baroque Common Lisp format function as specified
in [Common Lisp, the Language, 2nd edition, Chapter 22](http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/clm/node200.html#SECTION002633000000000000000).