From e36280cb28f1041166ceb0941639c03e5c68fa70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 1 Jun 2008 13:09:36 +0200 Subject: [PATCH] Fix SRFI-88 URL in the manual. --- doc/ref/ChangeLog | 4 ++++ doc/ref/srfi-modules.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index de6409755..c31c5568a 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2008-06-01 Ludovic Courtès + + * srfi-modules.texi (SRFI-88): Fix URL. + 2008-05-14 Julian Graham * api-scheduling.texi (Mutexes and Condition Variables): Add diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi index ba8966d82..31ba498cf 100644 --- a/doc/ref/srfi-modules.texi +++ b/doc/ref/srfi-modules.texi @@ -3222,7 +3222,7 @@ Answer a hash value appropriate for equality predicate @code{equal?}, @cindex SRFI-88 @cindex keyword objects -@uref{http://srfi.schemers.org/srfi/srfi-88.html, SRFI-88} provides +@uref{http://srfi.schemers.org/srfi-88/srfi-88.html, SRFI-88} provides @dfn{keyword objects}, which are equivalent to Guile's keywords (@pxref{Keywords}). SRFI-88 keywords can be entered using the @dfn{postfix keyword syntax}, which consists of an identifier followed