emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#30276: closed (typos in the manual (api-macros, vm


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30276: closed (typos in the manual (api-macros, vm))
Date: Fri, 16 Mar 2018 04:15:01 +0000

Your message dated Fri, 16 Mar 2018 00:13:49 -0400
with message-id <address@hidden>
and subject line Re: bug#30276: typos in the manual (api-macros, vm)
has caused the debbugs.gnu.org bug report #30276,
regarding typos in the manual (api-macros, vm)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30276: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30276
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: typos in the manual (api-macros, vm) Date: Sun, 28 Jan 2018 13:26:02 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#30276: typos in the manual (api-macros, vm) Date: Fri, 16 Mar 2018 00:13:49 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Matt Wette <address@hidden> 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


--- End Message ---

reply via email to

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