update docs

This commit is contained in:
Yuichi Nishiwaki 2014-07-16 20:46:00 +09:00
parent ed01546f8e
commit a727c913a3
1 changed files with 10 additions and 0 deletions

View File

@ -248,6 +248,16 @@ Note that dictionary is not a weak map; if you are going to make a highly memory
Conversion between dictionary and alist/plist.
(picrin pretty-print)
---------------------
Pretty-printer.
- **(pretty-print obj)**
Prints obj with human-readable indention to current-output-port.
(picrin user)
-------------