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 707c81f 8/8: don't quote "equality


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 707c81f 8/8: don't quote "equality test"; use instead "the equality test"
Date: Wed, 16 May 2018 14:49:57 -0400 (EDT)

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

    don't quote "equality test"; use instead "the equality test"
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index f2751c3..23d7599 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -339,7 +339,7 @@ For that, why not use @code{cond}?  Wait, what?  @dots{}
 Conceptually, the @code{pcase} macro borrows the first-arg focus
 of @code{case} and the clause-processing flow of @code{cond},
 replacing @var{condition} with a generalization of
-``equality test'' called @dfn{matching},
+the equality test called @dfn{matching},
 and adding facilities so that you can concisely express a
 clause's predicate, and arrange to share let-bindings between
 a clause's predicate and @var{body-forms}.



reply via email to

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