aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 01:58:08 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-10-16 23:28:34 +0200
commit4c0f1e02424d366fbeb1123ccc9050210e31e121 (patch)
tree08742263d2d9ceae2bb8669056f3bfa918308723
parentClean up imports in main. (diff)
downloadcalp-4c0f1e02424d366fbeb1123ccc9050210e31e121.tar.gz
calp-4c0f1e02424d366fbeb1123ccc9050210e31e121.tar.xz
Clarify documentation for group-by.
-rw-r--r--doc/ref/guile/util.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi
index 32df5fce..e2e90c84 100644
--- a/doc/ref/guile/util.texi
+++ b/doc/ref/guile/util.texi
@@ -188,6 +188,8 @@ pairs of symbols and values.
Calls @var{proc} on each element in @var{lst}, and return a
association list which @code{(proc e)} as its keys, and all elements
which mapped to that value.
+
+The values returned by @var{proc} are compared as per @code{equal?}.
@end defun
@defun split-by lst element