1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Mention (srfi srfi-26).

This commit is contained in:
Marius Vollmer 2004-01-21 00:47:06 +00:00
parent feeef4fb40
commit b0b55bd6c7

View file

@ -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