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 4f78da6 3/5: touch up same-symbol


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 4f78da6 3/5: touch up same-symbol caveat example explanation: avoid "The @code{or}"
Date: Mon, 21 May 2018 09:43:39 -0400 (EDT)

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

    touch up same-symbol caveat example explanation: avoid "The @code{or}"
---
 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 b4ffe89..0daca4f 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -833,7 +833,7 @@ Enter an integer: 149
 @noindent
 Line 1 ``factors out'' the @var{expval} binding with
 @code{and} and @var{symbol} (in this case, @code{num}).
-The @code{or} begins in the same manner as before (line 2),
+On line 2, @code{or} begins in the same way as before,
 but instead of binding different symbols, uses @code{let} twice
 (lines 3-4) to bind the same symbol @code{spin} in both sub-patterns.
 The value of @code{spin} distinguishes the sub-patterns.



reply via email to

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