From c22eda980c51db210bbe73f500e9f3fc3052a5f3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 8 Oct 2021 07:21:58 -0400 Subject: doc: Fix copy/paste error. --- doc/api.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index a237d97..6d14cd6 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -5294,7 +5294,7 @@ Remove all items from @var{array-list}. @end deffn @deffn {Procedure} array-list-for-each proc array-list -Apply PROC with each item in @var{array-list}. +Apply @var{proc} with each item in @var{array-list}. @end deffn @deffn {Procedure} array-list-fold proc init array-list -- cgit v1.2.3