From b12c86ccd5b15e1c8c161db911375b6e4c419c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 21 Feb 2023 03:21:43 +0100 Subject: Change kvlist->assq to return pairs. --- doc/ref/guile/util.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ref/guile/util.texi') diff --git a/doc/ref/guile/util.texi b/doc/ref/guile/util.texi index 72463407..1b4228cd 100644 --- a/doc/ref/guile/util.texi +++ b/doc/ref/guile/util.texi @@ -175,8 +175,8 @@ pairs of symbols and values. @lisp (kvlist->assq '(#:a 1 #:b "Hello")) -⇒ ((a 1) - (b "Hello")) +⇒ ((a . 1) + (b . "Hello")) @end lisp @end defun -- cgit v1.2.3