# HG changeset patch # User Gerd Moellmann # Date 941546280 0 # Node ID 9b25d0ffe4ec11eec032963f2160f386154659b7 # Parent b1d4cb0eb449cc8f3da4070a9b2a0bb38f0080f1 Patch from rms. diff -r b1d4cb0eb449 -r 9b25d0ffe4ec lispref/hash.texi --- a/lispref/hash.texi Tue Nov 02 12:22:54 1999 +0000 +++ b/lispref/hash.texi Tue Nov 02 12:38:00 1999 +0000 @@ -34,6 +34,11 @@ @result{} # @end example +@noindent +(The term ``hash notation'' refers to the initial @samp{#} +character---@pxref{Printed Representation}---and has nothing to do with +the term ``hash table.'') + Obarrays are also a kind of hash table, but they are a different type of object and are used only for recording interned symbols (@pxref{Creating Symbols}). @@ -108,7 +113,7 @@ hash table. If you know the approximate number, you can make things a little more efficient by specifying it this way. If you specify too small a size, the hash table will grow automatically when necessary, but -doing that takes some extra time, +doing that takes some extra time. The default size is 65.