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

Add some index entries.

This commit is contained in:
Kevin Ryde 2005-01-01 23:11:08 +00:00
parent 44fd0a72a6
commit 65f1345f16

View file

@ -394,17 +394,21 @@ Use @var{module} when loading the currently defined module, and install
it as the syntax transformer.
@item #:autoload @var{module} @var{symbol}
@cindex autoload
Load @var{module} whenever @var{symbol} is accessed.
@item #:export @var{list}
@cindex export
Export all identifiers in @var{list}, which must be a list of symbols.
This is equivalent to @code{(export @var{list})} in the module body.
@item #:no-backtrace
@cindex no backtrace
Tell Guile not to record information for procedure backtraces when
executing the procedures in this module.
@item #:pure
@cindex pure module
Create a @dfn{pure} module, that is a module which does not contain any
of the standard procedure bindings except for the syntax forms. This is
useful if you want to create @dfn{safe} modules, that is modules which