diff options
author | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-17 19:15:35 -0400 |
---|---|---|
committer | Stuart Halloway <stu@thinkrelevance.com> | 2009-08-17 19:15:35 -0400 |
commit | 07eef46b22f27a61784c11be03ff0159fac50b38 (patch) | |
tree | 95d138ba31c757592f85e826c02fdff40a222dbd /doc/pprint/CommonLispFormat.markdown | |
parent | cb35f77f5b5bea740120bc649ae82c8015c7ca4c (diff) | |
parent | 76a841f9e4f2e184beabe693856572dff265cab7 (diff) |
Merge branch 'master' of git@github.com:richhickey/clojure-contrib
Diffstat (limited to 'doc/pprint/CommonLispFormat.markdown')
-rw-r--r-- | doc/pprint/CommonLispFormat.markdown | 2 |
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). |