From: Paul Eggert Date: Mon, 27 Jan 2014 05:29:30 +0000 (-0800) Subject: * lread.c (oblookup): Fix comment to match code. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~241^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56420a15623d8fc6d476730c4d297fe00a617afd;p=emacs.git * lread.c (oblookup): Fix comment to match code. --- diff --git a/src/lread.c b/src/lread.c index d6118d0a4e3..635862f2654 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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. */