guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: docs: Fix external representation of <toplevel-de


From: Mark H. Weaver
Subject: [Guile-commits] 01/01: docs: Fix external representation of <toplevel-define> in tree-il.
Date: Fri, 18 Sep 2015 02:36:59 +0000

mhw pushed a commit to branch stable-2.0
in repository guile.

commit 4fd7ad6f85c0c83f4ba329c491838ade813beb8a
Author: Mark H Weaver <address@hidden>
Date:   Thu Sep 17 22:32:10 2015 -0400

    docs: Fix external representation of <toplevel-define> in tree-il.
    
    * doc/ref/compiler.texi (Tree-IL): Provide the correct external
      representation of <toplevel-define>.
---
 doc/ref/compiler.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/compiler.texi b/doc/ref/compiler.texi
index bfc633e..95bd09f 100644
--- a/doc/ref/compiler.texi
+++ b/doc/ref/compiler.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  2008, 2009, 2010, 2013
address@hidden 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
address@hidden {External Representation} (define (toplevel @var{name}) 
@var{exp})
address@hidden {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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]