X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fhash-table.lisp;h=22740e516dbd8b69d4e2d82f29b8a9aec372b625;hb=134fa6b3f7c5f4bb0652e74227d940a9e7a83563;hp=8ad97f3b29528e88acc1f2b1bdf61e6b005b2d21;hpb=279283bc1724b60ef9ebbf31ab4837061989be18;p=sbcl.git diff --git a/src/code/hash-table.lisp b/src/code/hash-table.lisp index 8ad97f3..22740e5 100644 --- a/src/code/hash-table.lisp +++ b/src/code/hash-table.lisp @@ -87,7 +87,7 @@ (defmacro-mundanely with-hash-table-iterator ((function hash-table) &body body) #!+sb-doc - "WITH-HASH-TABLE-ITERATOR ((function hash-table) &body body) + "WITH-HASH-TABLE-ITERATOR ((function hash-table) &body body) Provides a method of manually looping over the elements of a hash-table. FUNCTION is bound to a generator-macro that, within the scope of the