emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-3133-pcase-doc 0f42499 03/13: refine "value being


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-3133-pcase-doc 0f42499 03/13: refine "value being matched" note
Date: Fri, 11 May 2018 12:50:51 -0400 (EDT)

branch: fix/bug-3133-pcase-doc
commit 0f424997fc22414f15ecc5e8a8e23d760741d1a9
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    refine "value being matched" note
---
 doc/lispref/control.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 75d96fa..b155975 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -375,9 +375,9 @@ forms: ``unquoted'' and ``quoted'', also known as
 A Q-pattern begins with a backquote and often builds
 upon one or more simpler U-patterns.
 
-Note: In the description of the patterns below, we use ``the value
-being matched'' to refer to the value of the @var{expression} that is
-the first argument of @code{pcase}.
+Note: In the following description, the ``value being matched''
+refers to the result of evaluating @var{expression}
+(first argument to @code{pcase}).
 
 A U-pattern can have the following forms:
 



reply via email to

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