]> git.eshelyaron.com Git - emacs.git/commitdiff
* lread.c (oblookup): Fix comment to match code.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2014 05:29:30 +0000 (21:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Jan 2014 05:29:30 +0000 (21:29 -0800)
src/lread.c

index d6118d0a4e3d042b354b0bff9e6253bfdd522dfa..635862f265482c4225b366aeccfbf2270e5f25c9 100644 (file)
@@ -3938,7 +3938,8 @@ OBARRAY defaults to the value of the variable `obarray'.  */)
 \f
 /* Return the symbol in OBARRAY whose names matches the string
    of SIZE characters (SIZE_BYTE bytes) at PTR.
-   If there is no such symbol in OBARRAY, return nil.
+   If there is no such symbol, return the integer bucket number of
+   where the symbol would be if it were present.
 
    Also store the bucket number in oblookup_last_bucket_number.  */