From b0b55bd6c7cab876607f544ca0e8d89d65f3f9c7 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 21 Jan 2004 00:47:06 +0000 Subject: [PATCH] Mention (srfi srfi-26). --- doc/ref/srfi-modules.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index 440a26bcb..7f15bd4c7 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -29,6 +29,7 @@ get the relevant SRFI documents from the SRFI home page * SRFI-16:: case-lambda * SRFI-17:: Generalized set! * SRFI-19:: Time/Date library. +* SRFI-26:: Convenient syntax for partial application @end menu @@ -2926,6 +2927,10 @@ month and weekday names are always expected in English. This may change in the future. @end defun +@node SRFI-26 +@section SRFI-26 + +XXX - To be written. @c srfi-modules.texi ends here