From 34cd9af187ea1830e41e1b78d0efd610feb8a830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 29 Oct 2023 00:22:25 +0200 Subject: Document assq-limit. --- doc/ref/general/util.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ref/general/util.texi b/doc/ref/general/util.texi index f353a5bd..a072492c 100644 --- a/doc/ref/general/util.texi +++ b/doc/ref/general/util.texi @@ -200,7 +200,10 @@ pairs of symbols and values. @end defun @defun assq-limit alist [number=1] -@c TODO document +Given that @var{alist} is an association list from symbols to lists of +values, truncate each such list no @var{number} of arguments. If a +key-list pair has fewer values than the desired number, all available +values are returned. @end defun @defun group-by proc lst -- cgit v1.2.3