This is an automated email from the git hooks/post-receive script.

wingo pushed a commit to branch main
in repository guile.

The following commit(s) were added to refs/heads/main by this push:
     new c7632b8f9 Revert recent change to r5rs.texi
c7632b8f9 is described below

commit c7632b8f974abc3bb654e116d62e4165c39490af
Author: Andy Wingo <wi...@pobox.com>
AuthorDate: Thu Aug 17 14:37:30 2023 +0200

    Revert recent change to r5rs.texi
    
    * doc/r5rs/r5rs.texi: Revert c7d170c5d1e90de64962d4cf3cb257364f77b08f,
    as R5RS is a historical document, and our packaging of it is something
    that other people rely on.  See also
    7fb9c4aff29daab35d0726bac58f8fbd6bd2e26c when I was also bitten by this
    error!
---
 doc/r5rs/r5rs.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/r5rs/r5rs.texi b/doc/r5rs/r5rs.texi
index ec243ac0b..775c93094 100644
--- a/doc/r5rs/r5rs.texi
+++ b/doc/r5rs/r5rs.texi
@@ -633,7 +633,7 @@ provided as convenient abbreviations.
 
 @cindex @w{error}
 When speaking of an error situation, this report uses the phrase ``an
-error is signaled'' to indicate that implementations must detect and
+error is signalled'' to indicate that implementations must detect and
 report the error.  If such wording does not appear in the discussion of
 an error, then implementations are not required to detect or report the
 error, though they are encouraged to do so.  An error situation that
@@ -6804,7 +6804,7 @@ the file should already exist; for
 the effect is unspecified if the file
 already exists. These procedures call @var{proc} with one argument: the
 port obtained by opening the named file for input or output.  If the
-file cannot be opened, an error is signaled.  If @var{proc} returns,
+file cannot be opened, an error is signalled.  If @var{proc} returns,
 then the port is closed automatically and the value(s) yielded by the
 @var{proc} is(are) returned.  If @var{proc} does not return, then 
 the port will not be closed automatically unless it is possible to
@@ -6905,7 +6905,7 @@ instead of ``the value returned by 
@var{current-input-port}''.  (Same for
  
 Takes a string naming an existing file and returns an input port capable of
 delivering characters from the file.  If the file cannot be opened, an error is
-signaled.
+signalled.
 
 @end deffn
 
@@ -6915,7 +6915,7 @@ signaled.
 
 Takes a string naming an output file to be created and returns an output
 port capable of writing characters to a new file by that name.  If the file
-cannot be opened, an error is signaled.  If a file with the given name
+cannot be opened, an error is signalled.  If a file with the given name
 already exists, the effect is unspecified.
 
 @end deffn
@@ -6985,7 +6985,7 @@ object is returned.
 to read will also return an end of file object.  If an end of file is
 encountered after the beginning of an object's external representation,
 but the external representation is incomplete and therefore not parsable,
-an error is signaled.
+an error is signalled.
 
 The @var{port} argument may be omitted, in which case it defaults to the
 value returned by @samp{current-input-port}.  It is an error to read from

Reply via email to