[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).
- [Emacs-diffs] fix/bug-31311-pcase-doc updated (b93c07e -> 2eb044b), Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 3a1f07e 01/16: (docstring) do ‘s/applied to/called on/g’, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc c5076a2 03/16: convert a few "the @foo{bar}" into simply "@foo{bar}",
Thien-Thi Nguyen <=
- [Emacs-diffs] fix/bug-31311-pcase-doc e436b49 04/16: for structural / Q-pattern, replace "atom" w/ SYMBOL, INTEGER, STRING, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 26b1fa0 06/16: say ‘doc’ instead of ‘docstring’; move before ‘&rest’, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 75ed6d2 05/16: use ‘EXPVAL’ in ‘pcase-defmacro’ et al docstrings, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 24b02d2 08/16: (docstring) zonk inline Issue, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 5bbbcf4 02/16: move table of PREDFUN forms into ‘pred’ item; refine, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 42ee34d 07/16: add comment: pine for ‘backquote’ first in generated docs; nfc, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 5fc0f24 11/16: mention unsuitability of ‘t’, ‘nil’ as SYMBOL pattern, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 352c1de 12/16: (docstring) small refinements, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc df05494 10/16: objects are self-quoting, not types, Thien-Thi Nguyen, 2018/05/13
- [Emacs-diffs] fix/bug-31311-pcase-doc 1c84726 14/16: move ‘app’ to immediately follow ‘pred’, Thien-Thi Nguyen, 2018/05/13