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.7-256-g7bfbd


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.7-256-g7bfbd29
Date: Fri, 29 Mar 2013 15:40:51 +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=7bfbd2935fa812a0581df5b78c1a3b9836065f39

The branch, stable-2.0 has been updated
       via  7bfbd2935fa812a0581df5b78c1a3b9836065f39 (commit)
       via  0ddf484d3eeff9238cb4bf6f89d461748f42cb1c (commit)
      from  4702deb424633ad02c495c01d950b973c0ead8ea (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 7bfbd2935fa812a0581df5b78c1a3b9836065f39
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 29 11:35:20 2013 -0400

    doc: Use '@defvr' to introduce 'stream-null'.
    
    * doc/ref/srfi-modules.texi (SRFI-41): Use @defvr to introduce
      'stream-null'.

commit 0ddf484d3eeff9238cb4bf6f89d461748f42cb1c
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 29 11:33:59 2013 -0400

    Revert "doc: Consider `stream-null' as a variable."
    
    This reverts commit 4a0821a8d5cfff50fef8c119a0d76355b6126009.

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

Summary of changes:
 doc/ref/srfi-modules.texi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ref/srfi-modules.texi b/doc/ref/srfi-modules.texi
index 653cb05..31407e8 100644
--- a/doc/ref/srfi-modules.texi
+++ b/doc/ref/srfi-modules.texi
@@ -3844,7 +3844,7 @@ again.  SRFI-41 can be made available with:
 
 SRFI-41 Streams are based on two mutually-recursive abstract data types:
 An object of the @code{stream} abstract data type is a promise that,
-when forced, is either @var{stream-null} or is an object of type
+when forced, is either @code{stream-null} or is an object of type
 @code{stream-pair}.  An object of the @code{stream-pair} abstract data
 type contains a @code{stream-car} and a @code{stream-cdr}, which must be
 a @code{stream}.  The essential feature of streams is the systematic
@@ -3862,14 +3862,14 @@ stream, and is only forced on demand.
 @subsubsection SRFI-41 Stream Primitives
 
 This library provides eight operators: constructors for
address@hidden and @code{stream-pair}s, type predicates for streams
address@hidden and @code{stream-pair}s, type predicates for streams
 and the two kinds of streams, accessors for both fields of a
 @code{stream-pair}, and a lambda that creates procedures that return
 streams.
 
 @defvr {Scheme Variable} stream-null
 A promise that, when forced, is a single object, distinguishable from
-all other objects, that represents the null stream.  @var{stream-null}
+all other objects, that represents the null stream.  @code{stream-null}
 is immutable and unique.
 @end defvr
 
@@ -4003,7 +4003,7 @@ Returns a newly-allocated stream containing the elements 
from
 Returns a newly-allocated stream containing in its elements the
 characters on the port.  If @var{port} is not given it defaults to the
 current input port.  The returned stream has finite length and is
-terminated by @var{stream-null}.
+terminated by @code{stream-null}.
 
 It looks like one use of @code{port->stream} would be this:
 


hooks/post-receive
-- 
GNU Guile



reply via email to

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