[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/2] poke: manual: Improve grammar
From: |
Jose E. Marchesi |
Subject: |
Re: [PATCH 2/2] poke: manual: Improve grammar |
Date: |
Sun, 07 May 2023 21:47:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Applied on your behalf.
Thanks!
> From: Patrick Trottier <code@algolibre.net>
>
> 2023-05-07 Patrick Trottier <code@algolibre.net>
>
> Various fixes in the manual.
> ---
> doc/poke.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/poke.texi b/doc/poke.texi
> index 4b60d1a7..0477f9f0 100644
> --- a/doc/poke.texi
> +++ b/doc/poke.texi
> @@ -3453,7 +3453,7 @@ Then to poke a foreground pixel would involve doing:
> (poke) byte @@ @var{offset}+2#B = fg3
> @end example
>
> -At this point, you may feel that the perspective of mapping the pixels
> +At this point, you may feel that the prospect of mapping the pixels
> of our image is not very appealing, considering we have 5x7 = 35
> pixels in our image. We will need to poke 35 * 3 = 105 bytes. We may
> feel tempted to, somehow, use a bigger integer to ``encapsulate'' the