Skip to content

Commit

Permalink
* lread.c (oblookup): Fix comment to match code.
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Jan 27, 2014
1 parent ae55e25 commit 6375368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lread.c
Expand Up @@ -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. */

Expand Down

0 comments on commit 6375368

Please sign in to comment.