diff options
author | Ludovic Courtès <ludo@gnu.org> | 2008-06-28 20:37:21 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2008-06-28 20:37:21 +0200 |
commit | c8779dde04535333f8c2a7258a412420e9778e2f (patch) | |
tree | 7710741b17ccaaf44898265c5d7e82adc6340058 /doc/ref/api-modules.texi | |
parent | 994e8417d21d834a8e144e7903659c23de830c15 (diff) | |
download | guile-c8779dde04535333f8c2a7258a412420e9778e2f.tar.gz |
Fix doc typo regarding `use-syntax' and "syntax transformers".
Diffstat (limited to 'doc/ref/api-modules.texi')
-rw-r--r-- | doc/ref/api-modules.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi index 94b93bdc1..9aeb08a44 100644 --- a/doc/ref/api-modules.texi +++ b/doc/ref/api-modules.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @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 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: Define term and concept `system transformer' somewhere. +@c FIXME::martin: Define term and concept `syntax transformer' somewhere. @deffn syntax use-syntax module-name -Load the module @code{module-name} and use its system -transformer as the system transformer for the currently defined module, -as well as installing it as the current system transformer. +Load the module @code{module-name} and use its syntax +transformer as the syntax transformer for the currently defined module, +as well as installing it as the current syntax transformer. @end deffn @deffn syntax @@ module-name binding-name |