summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-10-06 17:15:45 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-10-06 17:15:45 -0700
commit99dde4c70faf86b70ebae8727a0d1f783e4254b3 (patch)
tree46bab63e2d2dcf66b22db4e4434f32a165dc1c84
parent150cfb92b3c4ff72eb9e4e68014d7b70a6b3d30f (diff)
downloadtxr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.tar.gz
txr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.tar.bz2
txr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.zip
doc: hash-eql and hash-equal return fixnum.
* txr.1: Document that hash-eql and hash-equal return a value in the range fixnum-min to fixnum-max.
-rw-r--r--txr.17
1 files changed, 7 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 9ecfe57d..9e379275 100644
--- a/txr.1
+++ b/txr.1
@@ -55542,6 +55542,13 @@ and
each produce the same integer hash value for any valid seed value
.codn S .
+The value returned is a
+.code fixnum
+value, and may be negative. It may be any value in the range
+.code fixnum-min
+to
+.codn fixnum-max .
+
.coNP Functions @, hash-keys @, hash-values @ hash-pairs and @ hash-alist
.synb
.mets (hash-keys << hash )