* lread.c (oblookup): Fix comment to match code.

This commit is contained in:
Paul Eggert 2014-01-26 21:29:30 -08:00
parent 54f81c2aeb
commit 56420a1562

View file

@ -3938,7 +3938,8 @@ OBARRAY defaults to the value of the variable `obarray'. */)
/* 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. */