doc: wrap line

This commit is contained in:
Daniel Kochmanski 2017-04-28 22:54:07 +02:00
parent 309a259d48
commit 4d9e9b07af

View file

@ -58,7 +58,9 @@ overwritten.
@subheading Example
@exindex Hash table extensions example
@lisp
CL-USER> (defparameter *ht* (make-hash-table :synchronized t :weakness :key-or-value))
CL-USER> (defparameter *ht*
(make-hash-table :synchronized t
:weakness :key-or-value))
*HT*
CL-USER> (ext:hash-table-weakness *ht*)