emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-31311-pcase-doc b3fb63e 05/18: zonk "Depending on


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc b3fb63e 05/18: zonk "Depending on the pattern" para (superseded by SYMBOL expansion)
Date: Tue, 15 May 2018 05:45:52 -0400 (EDT)

branch: fix/bug-31311-pcase-doc
commit b3fb63e91ee4aa90b50681a6769973d685bc2f59
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    zonk "Depending on the pattern" para (superseded by SYMBOL expansion)
---
 doc/lispref/control.texi | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index ae04c58..632dc0d 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -346,11 +346,6 @@ Otherwise, @code{pcase} evaluates to @code{nil}.
 @c   of the last @var{body} form in the successful clause.
 @c which could surely be further improved...  /whine  --ttn
 
-Depending on the pattern, a match may provide additional
-bindings (@pxref{Dynamic Binding}),
-during the evaluation of @var{body-forms}.
address@hidden Issue: ∃ (better xref target)?
-
 @c Original text.
 Evaluate @var{expression} and choose among an arbitrary number of
 alternatives based on the value of @var{expression}.  The possible



reply via email to

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