guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 05/06: doc: Fix typos in the manual.


From: Ludovic Courtès
Subject: [Guile-commits] 05/06: doc: Fix typos in the manual.
Date: Wed, 27 May 2020 16:48:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guile.

commit ab861be9b2650016414015d26eb2abfe44d525f4
Author: Jan Synacek <jsynacek@redhat.com>
AuthorDate: Sun May 17 13:03:44 2020 +0200

    doc: Fix typos in the manual.
    
    * doc/ref/api-control.texi:
    * doc/ref/r6rs.texi:
    * doc/ref/sxml.texi: Fix typos.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 doc/ref/api-control.texi | 4 ++--
 doc/ref/r6rs.texi        | 2 +-
 doc/ref/sxml.texi        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index b62c0d6..5df5344 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -678,8 +678,8 @@ Evaluate @var{expr} in a prompt, optionally specifying a 
tag and a
 handler.  If no tag is given, the default prompt tag is used.
 
 If no handler is given, a default handler is installed.  The default
-handler accepts a procedure of one argument, which will called on the
-captured continuation, within a prompt.
+handler accepts a procedure of one argument, which will be called on
+the captured continuation, within a prompt.
 
 Sometimes it's easier just to show code, as in this case:
 
diff --git a/doc/ref/r6rs.texi b/doc/ref/r6rs.texi
index c47eef7..e430708 100644
--- a/doc/ref/r6rs.texi
+++ b/doc/ref/r6rs.texi
@@ -1173,7 +1173,7 @@ evaluates to @code{baz}.
 
 @deffn {Scheme Procedure} raise obj
 Equivalent to core Guile @code{(raise-exception @var{obj})}.
-@xref{Raising and Handling Exceptions}.  p(Unfortunately, @code{raise}
+@xref{Raising and Handling Exceptions}.  (Unfortunately, @code{raise}
 is already bound to a different function in core Guile.
 @xref{Signals}.)
 @end deffn
diff --git a/doc/ref/sxml.texi b/doc/ref/sxml.texi
index 1912509..5f82791 100644
--- a/doc/ref/sxml.texi
+++ b/doc/ref/sxml.texi
@@ -230,7 +230,7 @@ SAX parsers were created to give the programmer more 
control on the
 parsing process.  A programmer gives the SAX parser a number of
 ``callbacks'': functions that will be called on various features of the
 XML stream as they are encountered.  SAX parsers are more efficient, but
-much harder to user, as users typically have to manually maintain a
+much harder to use, as users typically have to manually maintain a
 stack of open elements.
 
 Kiselyov realized that the SAX programming model could be made much



reply via email to

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