From 4c0f1e02424d366fbeb1123ccc9050210e31e121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 16 Oct 2022 01:58:08 +0200 Subject: Clarify documentation for group-by. --- doc/ref/guile/util.texi | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3