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 c5076a2 03/16: convert a few "the


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc c5076a2 03/16: convert a few "the @foo{bar}" into simply "@foo{bar}"
Date: Sun, 13 May 2018 13:16:34 -0400 (EDT)

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

    convert a few "the @foo{bar}" into simply "@foo{bar}"
---
 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 af94884..f6bff52 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -325,7 +325,7 @@ Each clause has the form: @code{(@var{pattern} 
@address@hidden)}.
 @c R: Key words are ``attempt'' and ``in order'',
 @c    which clearly conveys the iterative nature.
 Evaluate @var{expression}, attempt to match the value of
address@hidden with the @var{pattern} of each clause in order,
address@hidden with @var{pattern} of each clause in order,
 and pass control to @var{body-forms} of the clause that matches.
 
 @c Variant B
@@ -482,8 +482,8 @@ Matches if @var{function} called on @var{expval} returns a
 value that matches @var{upattern}.
 @var{function} can take one of the
 forms described for @var{predfun}, above.
-This is like the @code{pred}
-U-pattern, except that it tests the result against @var{upattern},
+This is like @code{pred},
+except that it tests the result against @var{upattern},
 rather than against a boolean truth value.
 @c Issue: Same as above (side-effecting FUNCTION or UPATTERN).
 



reply via email to

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