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

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

bug#20643: 24.5; Please improve documentation of `pcase-let'


From: Stefan Monnier
Subject: bug#20643: 24.5; Please improve documentation of `pcase-let'
Date: Sun, 24 May 2015 22:39:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> The documentation of `pcase-let' is very terse.  Please expand it to
> state what happens to each binding in the case that the pattern of a
> binding matches, in the case where it doesn't match, and in the case
> where there are no binding constructs in a pattern.

I added:

   The macro is expanded and optimized under the assumption that those
   patterns *will* match, so a mismatch may go undetected or may cause
   any kind of error."


-- Stefan





reply via email to

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