mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
doc: wrap line
This commit is contained in:
parent
309a259d48
commit
4d9e9b07af
1 changed files with 3 additions and 1 deletions
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue