1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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:
Mark H Weaver 2015-09-17 22:32:10 -04:00 committed by Andy Wingo
parent d52edc05d3
commit d975a8dec6

View file

@ -1,6 +1,6 @@
@c -*-texinfo-*- @c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual. @c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 @c Copyright (C) 2008-2016
@c Free Software Foundation, Inc. @c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions. @c See the file guile.texi for copying conditions.
@ -363,7 +363,7 @@ Sets a variable in the current procedure's module.
@end deftp @end deftp
@deftp {Scheme Variable} <toplevel-define> src name exp @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. Defines a new top-level variable in the current procedure's module.
@end deftp @end deftp