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 f2610c6 11/18: for ‘app’, refine


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc f2610c6 11/18: for ‘app’, refine comparison w/ ‘pred’
Date: Tue, 15 May 2018 05:45:54 -0400 (EDT)

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

    for ‘app’, refine comparison w/ ‘pred’
---
 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 0725097..4f6498b 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -395,9 +395,9 @@ the actual function call becomes: @address@hidden(= 42 
@var{expval})}}.
 Matches if @var{function} called on @var{expval} returns a
 value that matches @var{pattern}.
 @var{function} can take one of the
-forms described for @var{function}, above.
-This is like @code{pred},
-except that it tests the result against @var{pattern},
+forms described for @code{pred}, above.
+Unlike @code{pred}, however,
address@hidden tests the result against @var{pattern},
 rather than against a boolean truth value.
 
 @item (guard @var{boolean-expression})



reply via email to

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