guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 01/01: Fix a few typos in the manual.


From: Mark H. Weaver
Subject: [Guile-commits] 01/01: Fix a few typos in the manual.
Date: Fri, 16 Mar 2018 00:12:58 -0400 (EDT)

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

commit 6d9c6833e78e560420a7805bf73a9dfbaa4b0cbb
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 16 00:09:26 2018 -0400

    Fix a few typos in the manual.
    
    Fixes <https://bugs.gnu.org/30276>.
    Reported by Matt Wette <address@hidden>.
    
    * doc/ref/api-macros.texi (Macro Expansion)
    doc/ref/vm.texi (Procedure Call and Return Instructions): Fix typos.
---
 doc/ref/api-macros.texi | 4 ++--
 doc/ref/vm.texi         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/ref/api-macros.texi b/doc/ref/api-macros.texi
index 7fa62e3..0b009a1 100644
--- a/doc/ref/api-macros.texi
+++ b/doc/ref/api-macros.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  1996, 1997, 2000-2004, 2009-2015
address@hidden Copyright (C)  1996, 1997, 2000-2004, 2009-2015, 2018
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -1318,7 +1318,7 @@ macros will be @code{eval}'d in the top-level environment.
 
 In this way @code{(macroexpand @var{foo})} is equivalent to
 @code{(macroexpand @var{foo} 'e '(eval))}.  The second argument is the
-mode (@code{'e} for ``eval'') and the second is the
+mode (@code{'e} for ``eval'') and the third is the
 eval-syntax-expanders-when parameter (only @code{eval} in this default
 setting).
 
diff --git a/doc/ref/vm.texi b/doc/ref/vm.texi
index ac3889f..35de1da 100644
--- a/doc/ref/vm.texi
+++ b/doc/ref/vm.texi
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Guile Reference Manual.
address@hidden Copyright (C)  2008,2009,2010,2011,2013,2015
address@hidden Copyright (C)  2008-2011, 2013, 2015, 2018
 @c   Free Software Foundation, Inc.
 @c See the file guile.texi for copying conditions.
 
@@ -719,7 +719,7 @@ is that arguments are passed and values returned on the 
stack.
 
 For calls, both in tail position and in non-tail position, we require
 that the procedure and the arguments already be shuffled into place
-befor the call instruction.  ``Into place'' for a tail call means that
+before the call instruction.  ``Into place'' for a tail call means that
 the procedure should be in slot 0, relative to the @code{fp}, and the
 arguments should follow.  For a non-tail call, if the procedure is in
 @code{fp}-relative slot @var{n}, the arguments should follow from slot



reply via email to

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