aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorPaul Eggert2014-01-26 21:29:30 -0800
committerPaul Eggert2014-01-26 21:29:30 -0800
commit56420a15623d8fc6d476730c4d297fe00a617afd (patch)
tree87be4efad52c146090abf78add4eb85f9c20da2b /src/lread.c
parent54f81c2aebee67998d75109821fb157b7a606b64 (diff)
downloademacs-56420a15623d8fc6d476730c4d297fe00a617afd.tar.gz
emacs-56420a15623d8fc6d476730c4d297fe00a617afd.zip
* lread.c (oblookup): Fix comment to match code.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c3
1 files changed, 2 insertions, 1 deletions
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'. */)
3938 3938
3939/* Return the symbol in OBARRAY whose names matches the string 3939/* Return the symbol in OBARRAY whose names matches the string
3940 of SIZE characters (SIZE_BYTE bytes) at PTR. 3940 of SIZE characters (SIZE_BYTE bytes) at PTR.
3941 If there is no such symbol in OBARRAY, return nil. 3941 If there is no such symbol, return the integer bucket number of
3942 where the symbol would be if it were present.
3942 3943
3943 Also store the bucket number in oblookup_last_bucket_number. */ 3944 Also store the bucket number in oblookup_last_bucket_number. */
3944 3945