Scieneer Common Lisp 1.3.9 online documentation maphash map-function hash-table [Function] For each entry in hash-table, calls map-function on the key and value of the entry; returns nil. If the hash-table has a defined lock then it is only acquired and released when accessing the table, and is not held while calling the map-function.