3fea2a14eb5f

Update docs
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 07 Feb 2017 12:26:15 +0000
parents 29f67f70f4b4
children a845f6820d65
branches/tags (none)
files DOCUMENTATION.markdown

Changes

--- 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)