From a83645270da5c0ee3f494b6f0449b0611fde968a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 27 Jan 2026 01:49:38 +0000 Subject: ccwl: Fix texinfo typo in function-inputs docstring. --- ccwl/ccwl.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 0692786..075ae0c 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -644,7 +644,7 @@ identifiers defined in the commands." (define (function-inputs function) "Return the list of inputs accepted by @var{function}---a @code{}, @code{}, @code{} or -@code{ object." +@code{} object." ((cond ((command? function) command-inputs) ((js-expression? function) js-expression-inputs) -- cgit 1.4.1