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
commitabe9fad58216f06f5db47c12036cf73521c3c5b5 (patch)
tree46bab63e2d2dcf66b22db4e4434f32a165dc1c84
parentc126cf0d1e737c3eaad9fedf16071a397dcf3aad (diff)
downloadtxr-abe9fad58216f06f5db47c12036cf73521c3c5b5.tar.gz
txr-abe9fad58216f06f5db47c12036cf73521c3c5b5.tar.bz2
txr-abe9fad58216f06f5db47c12036cf73521c3c5b5.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 )