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

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

[debbugs-tracker] bug#33415: closed (Fix argument list in match-lambda d


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33415: closed (Fix argument list in match-lambda docs)
Date: Mon, 24 Jun 2019 13:24:01 +0000

Your message dated Mon, 24 Jun 2019 15:23:37 +0200
with message-id <address@hidden>
and subject line Re: bug#33415: Fix argument list in match-lambda docs
has caused the debbugs.gnu.org bug report #33415,
regarding Fix argument list in match-lambda docs
to be marked as done.

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


-- 
33415: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33415
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Fix argument list in match-lambda docs Date: Sat, 17 Nov 2018 09:01:24 -0500 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1
Hi, I found a small error in the docs for the pattern matching module:

https://www.gnu.org/software/guile/manual/html_node/Pattern-Matching.html

There should be no "exp" in these argument lists:

Scheme Syntax: match-lambda exp clause1 clause2 …
Scheme Syntax: match-lambda* exp clause1 clause2 …

The attached patch fixes this.

-Paul


Attachment: 0001-Fix-argument-list-in-match-lambda-docs.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#33415: Fix argument list in match-lambda docs Date: Mon, 24 Jun 2019 15:23:37 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)
Hi,

Paul Morris <address@hidden> skribis:

> Hi, I found a small error in the docs for the pattern matching module:
>
> https://www.gnu.org/software/guile/manual/html_node/Pattern-Matching.html
>
> There should be no "exp" in these argument lists:
>
> Scheme Syntax: match-lambda exp clause1 clause2 …
> Scheme Syntax: match-lambda* exp clause1 clause2 …

Indeed.

>>From 502a6022e6e059a96f73a0b907b02b4e797e5a65 Mon Sep 17 00:00:00 2001
> From: Paul Morris <address@hidden>
> Date: Sat, 17 Nov 2018 08:54:06 -0500
> Subject: [PATCH] Fix argument list in match-lambda docs
>
> * doc/ref/match.texi: Fix argument list for match-lambda.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

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