guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-89-gf567a4


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-89-gf567a43
Date: Wed, 25 May 2011 16:46:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=f567a43cf0336151fac1a51c6553431420f21397

The branch, stable-2.0 has been updated
       via  f567a43cf0336151fac1a51c6553431420f21397 (commit)
      from  7ad0737de9b7bbb5f4f938518b4905b526d13ca6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f567a43cf0336151fac1a51c6553431420f21397
Author: Mark H Weaver <address@hidden>
Date:   Wed May 25 12:31:21 2011 -0400

    Clarify docs for SCM_UNSPECIFIED: used sometimes but not always
    
    * doc/ref/data-rep.texi (Immediate objects): Clarify the description
      of SCM_UNSPECIFIED.  It is returned by some (but not all) expressions
      whose value is unspecified by the Scheme standard.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/data-rep.texi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ref/data-rep.texi b/doc/ref/data-rep.texi
index c16f1b1..d0a76e9 100644
--- a/doc/ref/data-rep.texi
+++ b/doc/ref/data-rep.texi
@@ -443,8 +443,8 @@ representation, for obvious reasons.
 @end deftypefn
 
 @deftypefn Macro SCM SCM_UNSPECIFIED
-The value returned by expressions which the Scheme standard says return
-an ``unspecified'' value.
+The value returned by some (but not all) expressions that the Scheme
+standard says return an ``unspecified'' value.
 
 This is sort of a weirdly literal way to take things, but the standard
 read-eval-print loop prints nothing when the expression returns this


hooks/post-receive
-- 
GNU Guile



reply via email to

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