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

Fix SRFI-88 URL in the manual.

This commit is contained in:
Ludovic Courtès 2008-06-01 13:09:36 +02:00
parent 8c40b75d38
commit e36280cb28
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-06-01 Ludovic Courtès <ludo@gnu.org>
* srfi-modules.texi (SRFI-88): Fix URL.
2008-05-14 Julian Graham <joolean@gmail.com>
* api-scheduling.texi (Mutexes and Condition Variables): Add

View file

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