civodul pushed a commit to branch master
in repository guile.

commit db4af31e0922e00921f43ac25cbaeef71f8f51f3
Author: Ludovic Courtès <l...@gnu.org>
AuthorDate: Fri May 22 22:09:51 2020 +0200

    doc: '@' is not equivalent to autoloading.
    
    * doc/ref/api-modules.texi (Creating Guile Modules): Remove paragraph
    about '@' as an alternative to #:autoload.
---
 doc/ref/api-modules.texi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index 4d1e95b..05a19cc 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -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

Reply via email to