unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#30276: typos in the manual (api-macros, vm)
@ 2018-01-28 21:26 Matt Wette
  2018-03-16  4:13 ` Mark H Weaver
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Wette @ 2018-01-28 21:26 UTC (permalink / raw)
  To: 30276

A couple typos in the maual

--- api-macros.texi-fix	2018-01-28 13:22:52.305712852 -0800
+++ api-macros.texi	2017-11-19 11:22:01.000000000 -0800
@@ -1280,7 +1280,7 @@
  
  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 third is the
+mode (@code{'e} for ``eval'') and the second is the
  eval-syntax-expanders-when parameter (only @code{eval} in this default
  setting).
  
--- vm.texi	2017-05-13 09:41:37.000000000 -0700
+++ vm.texi-fix	2018-01-28 13:21:31.621618026 -0800
@@ -719,7 +719,7 @@
  
  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






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#30276: typos in the manual (api-macros, vm)
  2018-01-28 21:26 bug#30276: typos in the manual (api-macros, vm) Matt Wette
@ 2018-03-16  4:13 ` Mark H Weaver
  0 siblings, 0 replies; 2+ messages in thread
From: Mark H Weaver @ 2018-03-16  4:13 UTC (permalink / raw)
  To: Matt Wette; +Cc: 30276-done

Matt Wette <matt.wette@gmail.com> writes:

> A couple typos in the maual
>
> --- api-macros.texi-fix	2018-01-28 13:22:52.305712852 -0800
> +++ api-macros.texi	2017-11-19 11:22:01.000000000 -0800
> @@ -1280,7 +1280,7 @@
>  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 third is the
> +mode (@code{'e} for ``eval'') and the second is the
>  eval-syntax-expanders-when parameter (only @code{eval} in this default
>  setting).
>  --- vm.texi	2017-05-13 09:41:37.000000000 -0700
> +++ vm.texi-fix	2018-01-28 13:21:31.621618026 -0800
> @@ -719,7 +719,7 @@
>  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

Applied in commit 6d9c6833e78e560420a7805bf73a9dfbaa4b0cbb on the
stable-2.2 branch.

     Thanks!
       Mark





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-16  4:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-28 21:26 bug#30276: typos in the manual (api-macros, vm) Matt Wette
2018-03-16  4:13 ` Mark H Weaver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).