From 3d9b452137911e1948586657edb1ea614d8a70c0 Mon Sep 17 00:00:00 2001 From: Arne Babenhauserheide Date: Tue, 15 Aug 2023 00:43:53 +0200 Subject: [PATCH 12/21] SRFI-119 (Wisp): Fix: capitalize Wisp * doc/ref/srfi-modules.texi (srfi-119): capitalize Wisp --- doc/ref/srfi-modules.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 5b82f8070..0ffc01252 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -5686,7 +5686,7 @@ define : factorial n @result{} (define (factorial n) * n : factorial @{n - 1@} @result{} (* n (factorial @{n - 1@})))) @end example -To execute a file with wisp code, select the language and filename +To execute a file with Wisp code, select the language and filename extension @code{.w} vie @code{guile --language=wisp -x .w}. In files using Wisp, @xref{SRFI-105} (Curly Infix) is always activated. -- 2.41.0