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 492dd6c 04/18: use address@hidden


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 492dd6c 04/18: use address@hidden, address@hidden as proper noun
Date: Tue, 15 May 2018 05:45:52 -0400 (EDT)

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

    use address@hidden, address@hidden as proper noun
---
 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 0b98e03..ae04c58 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -451,7 +451,7 @@ rather than against a boolean truth value.
 Matches if @var{boolean-expression} evaluates to address@hidden  This
 allows you to include in a U-pattern boolean conditions that refer to
 symbols bound to values (including @var{expval}) by
-previous U-patterns.  Typically used inside an @code{and} U-pattern, see
+previous U-patterns.  Typically used inside @code{and}, see
 below.  For example, @address@hidden(and x (guard (< x 10)))}} is a pattern
 which matches any number smaller than 10 and let-binds the variable
 @code{x} to that number.
@@ -460,8 +460,8 @@ which matches any number smaller than 10 and let-binds the 
variable
 Evaluates @var{expr} to get @var{exprval}
 and matches if @var{exprval} matches @var{pattern}.
 (It is called @code{let} because
address@hidden can bind symbols to values using the @var{symbol}
-U-pattern.  For example:
address@hidden can bind symbols to values using @var{symbol}.
+For example:
 @address@hidden((or `(key . ,val) (let val 5)) val)}}.)
 
 @item (or @var{pattern1} @address@hidden)



reply via email to

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