[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] fix/bug-31311-pcase-doc 68944b2 1/5: do ‘s/the \(@code{sp
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-diffs] fix/bug-31311-pcase-doc 68944b2 1/5: do ‘s/the \(@code{spin}\)/\1/’ |
Date: |
Mon, 21 May 2018 09:43:39 -0400 (EDT) |
branch: fix/bug-31311-pcase-doc
commit 68944b2a374934ea437f2402eab49dbe9df2a362
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>
do ‘s/the \(@code{spin}\)/\1/’
---
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 721df3a..c416fd7 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -836,7 +836,7 @@ Line 1 ``factors out'' the @var{expval} binding with
The @code{or} begins in the same manner as before (line 2),
but instead of binding different symbols, uses @code{let}
to bind the same symbol @code{spin} in both sub-patterns.
-The value of the @code{spin} distinguishes the sub-patterns.
+The value of @code{spin} distinguishes the sub-patterns.
The body form references both symbols (line 5).
@end enumerate