diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-17 00:02:53 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-17 00:02:53 -0700 |
commit | be4c6f0fe83ca95e56efae28bcf9d1797c5597e6 (patch) | |
tree | 10104d9c5bfe82962fead97e1d12c32656235dc2 /doc | |
parent | 9382430b2dc04761a7c1781c30a737cc5a04566a (diff) |
Changed the doc title for a better link name
Diffstat (limited to 'doc')
-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). |