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

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

[debbugs-tracker] bug#29910: closed (minor typo in doc/ref/api-data.texi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29910: closed (minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax)
Date: Fri, 16 Feb 2018 13:28:02 +0000

Your message dated Fri, 16 Feb 2018 14:27:50 +0100
with message-id <address@hidden>
and subject line Re: bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 
literal array syntax
has caused the debbugs.gnu.org bug report #29910,
regarding minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax
to be marked as done.

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


-- 
29910: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29910
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax Date: Sat, 30 Dec 2017 09:50:56 -0800
patch is with respect to  guile-2.2.2, in doc/ref

I believe #u8(0 1 2) is U8 array not U32.


--- api-data.texi.orig 2017-12-30 09:47:17.000000000 -0800
+++ api-data.texi 2017-12-30 09:47:49.000000000 -0800
@@ -7261,7 +7261,7 @@
 is a non-uniform array of rank 2; a address@hidden matrix with index ranges 0..1
 and 0..2.

 

address@hidden #u32(0 1 2)
address@hidden #u8(0 1 2)
 is a uniform u8 array of rank 1.

 

 @item #2u32@@2@@3((1 2) (2 3))


--- End Message ---
--- Begin Message --- Subject: Re: bug#29910: minor typo in doc/ref/api-data.texi: u8 vs u32 literal array syntax Date: Fri, 16 Feb 2018 14:27:50 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Matt Wette <address@hidden> skribis:

> patch is with respect to  guile-2.2.2, in doc/ref
>
> I believe #u8(0 1 2) is U8 array not U32.
>
>
> --- api-data.texi.orig        2017-12-30 09:47:17.000000000 -0800
> +++ api-data.texi     2017-12-30 09:47:49.000000000 -0800
> @@ -7261,7 +7261,7 @@
>  is a non-uniform array of rank 2; a address@hidden matrix with index ranges 
> 0..1
>  and 0..2.
>  
> address@hidden #u32(0 1 2)
> address@hidden #u8(0 1 2)
>  is a uniform u8 array of rank 1.
>  
>  @item #2u32@@2@@3((1 2) (2 3))

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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