# HG changeset patch # User Steve Losh # Date 1486470375 0 # Node ID 3fea2a14eb5fbd553393ca51179b1984a7dd3394 # Parent 29f67f70f4b41bed1cc75b32faa631299b1f617c Update docs diff -r 29f67f70f4b4 -r 3fea2a14eb5f DOCUMENTATION.markdown --- a/DOCUMENTATION.markdown Tue Feb 07 12:26:05 2017 +0000 +++ b/DOCUMENTATION.markdown Tue Feb 07 12:26:15 2017 +0000 @@ -527,6 +527,12 @@ +### `PHT` (function) + + (PHT HASH-TABLE &OPTIONAL (STREAM T)) + +Synonym for `print-hash-table` for less typing at the REPL. + ### `PR` (function) (PR &REST ARGS) @@ -550,6 +556,16 @@ +### `PRINT-HASH-TABLE-CONCISELY` (function) + + (PRINT-HASH-TABLE-CONCISELY HASH-TABLE &OPTIONAL (STREAM T)) + +Print a concise representation of `hash-table` to `stream.` + + Should respect `*print-length*` when printing the elements. + + + ### `PRINT-TABLE` (function) (PRINT-TABLE ROWS)