1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-08 22:50:27 +02:00

Fix doc typo regarding `use-syntax' and "syntax transformers".

This commit is contained in:
Ludovic Courtès 2008-06-28 20:37:21 +02:00
parent 9472870b85
commit ecb5d146f7
2 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2008-06-28 Ludovic Courtès <ludo@gnu.org>
* api-modules.texi (Using Guile Modules): Substitute "syntax
transformer" to "system transformer". Reported by Sebastian
Tennant <sebyte@smolny.plus.com>.
2008-06-01 Ludovic Courtès <ludo@gnu.org> 2008-06-01 Ludovic Courtès <ludo@gnu.org>
* srfi-modules.texi (SRFI-88): Fix URL. * srfi-modules.texi (SRFI-88): Fix URL.

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007 @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2007, 2008
@c Free Software Foundation, Inc. @c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@ -329,12 +329,12 @@ Signal error if module name is not resolvable.
@c FIXME::martin: Is this correct, and is there more to say? @c FIXME::martin: Is this correct, and is there more to say?
@c FIXME::martin: Define term and concept `system transformer' somewhere. @c FIXME::martin: Define term and concept `syntax transformer' somewhere.
@deffn syntax use-syntax module-name @deffn syntax use-syntax module-name
Load the module @code{module-name} and use its system Load the module @code{module-name} and use its syntax
transformer as the system transformer for the currently defined module, transformer as the syntax transformer for the currently defined module,
as well as installing it as the current system transformer. as well as installing it as the current syntax transformer.
@end deffn @end deffn
@deffn syntax @@ module-name binding-name @deffn syntax @@ module-name binding-name