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 ba2e20e 3/8: say address@hidden in


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc ba2e20e 3/8: say address@hidden instead of @code{t}
Date: Wed, 16 May 2018 14:49:56 -0400 (EDT)

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

    say address@hidden instead of @code{t}
---
 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 f1ec0da..0d097f3 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -699,7 +699,7 @@ becomes: (< 9      10         100)
 becomes: t
 @end example
 
address@hidden Because the result of the evaluation is @code{t},
address@hidden Because the result of the evaluation is address@hidden,
 @code{guard} matches, @code{and} matches, and
 control passes to that clause's body forms.
 @end itemize



reply via email to

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