mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-17 22:22:25 +02:00
docs: Fix external representation of <toplevel-define> in tree-il.
* doc/ref/compiler.texi (Tree-IL): Provide the correct external representation of <toplevel-define>.
This commit is contained in:
parent
5a10e416e3
commit
4fd7ad6f85
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Guile Reference Manual.
|
||||
@c Copyright (C) 2008, 2009, 2010, 2013
|
||||
@c Copyright (C) 2008-2010, 2013, 2015
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See the file guile.texi for copying conditions.
|
||||
|
||||
|
@ -381,7 +381,7 @@ References a variable from the current procedure's module.
|
|||
Sets a variable in the current procedure's module.
|
||||
@end deftp
|
||||
@deftp {Scheme Variable} <toplevel-define> src name exp
|
||||
@deftpx {External Representation} (define (toplevel @var{name}) @var{exp})
|
||||
@deftpx {External Representation} (define @var{name} @var{exp})
|
||||
Defines a new top-level variable in the current procedure's module.
|
||||
@end deftp
|
||||
@deftp {Scheme Variable} <conditional> src test then else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue