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

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

[debbugs-tracker] bug#21064: closed (Typo in (guile.info.gz)Keyword Read


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#21064: closed (Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option)
Date: Fri, 24 Jun 2016 07:57:01 +0000

Your message dated Fri, 24 Jun 2016 09:56:48 +0200
with message-id <address@hidden>
and subject line Re: bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: 
`keyword' read option
has caused the debbugs.gnu.org bug report #21064,
regarding Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option
to be marked as done.

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


-- 
21064: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=21064
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option Date: Wed, 15 Jul 2015 07:27:13 -0400
The following patch fixes a typo in the guile texinfo docs,
see https://bugs.debian.org/765286 for more info.

--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -5849,7 +5849,7 @@ of the form @code{:NAME} are read as symbols, as required 
by R5RS.
 
 @cindex SRFI-88 keyword syntax
 
-If the @code{keyword} read option is set to @code{'postfix}, Guile
+If the @code{keywords} read option is set to @code{'postfix}, Guile
 recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}).
 Otherwise, tokens of this form are read as symbols.



--- End Message ---
--- Begin Message --- Subject: Re: bug#21064: Typo in (guile.info.gz)Keyword Read Syntax: `keyword' read option Date: Fri, 24 Jun 2016 09:56:48 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)
Fixed in git.  Thanks!

Andy

On Wed 15 Jul 2015 13:27, "Glenn Michaels" <address@hidden> writes:

> The following patch fixes a typo in the guile texinfo docs,
> see https://bugs.debian.org/765286 for more info.
>
> --- a/doc/ref/api-data.texi
> +++ b/doc/ref/api-data.texi
> @@ -5849,7 +5849,7 @@ of the form @code{:NAME} are read as symbols, as 
> required by R5RS.
>  
>  @cindex SRFI-88 keyword syntax
>  
> -If the @code{keyword} read option is set to @code{'postfix}, Guile
> +If the @code{keywords} read option is set to @code{'postfix}, Guile
>  recognizes the SRFI-88 read syntax @code{NAME:} (@pxref{SRFI-88}).
>  Otherwise, tokens of this form are read as symbols.


--- End Message ---

reply via email to

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