mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
doc: '@' is not equivalent to autoloading.
* doc/ref/api-modules.texi (Creating Guile Modules): Remove paragraph about '@' as an alternative to #:autoload.
This commit is contained in:
parent
723e483e7d
commit
db4af31e09
1 changed files with 0 additions and 4 deletions
|
@ -304,10 +304,6 @@ An autoload is a good way to put off loading a big module until it's
|
|||
really needed, for instance for faster startup or if it will only be
|
||||
needed in certain circumstances.
|
||||
|
||||
@code{@@} can do a similar thing (@pxref{Using Guile Modules}), but in
|
||||
that case an @code{@@} form must be written every time a binding from
|
||||
the module is used.
|
||||
|
||||
@item #:export @var{list}
|
||||
@cindex export
|
||||
Export all identifiers in @var{list} which must be a list of symbols
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue