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 15378c3 08/18: do ‘s/predicate fu


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 15378c3 08/18: do ‘s/predicate function/predicate/’
Date: Tue, 15 May 2018 05:45:53 -0400 (EDT)

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

    do ‘s/predicate function/predicate/’
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 39439f6..5e7debc 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -365,7 +365,7 @@ Two symbols to avoid are @code{t}, which behaves like 
@code{_}
 It makes no sense to bind these (@pxref{Constant Variables}).
 
 @item (pred @var{predfun})
-Matches if the predicate function @var{predfun} returns address@hidden
+Matches if the predicate @var{predfun} returns address@hidden
 when called on @var{expval}.
 @var{predfun} can have one of the possible forms:
 



reply via email to

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