summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnu.org>2018-05-20 21:09:47 +0200
committerThien-Thi Nguyen <ttn@gnu.org>2018-05-20 21:09:47 +0200
commit68944b2a374934ea437f2402eab49dbe9df2a362 (patch)
tree635d1139f3b245dcaac9f7ddcc1b645e1df16e5c
parent7c68d9f8c774239a363826b01c3967dfbe5f530c (diff)
downloademacs-68944b2a374934ea437f2402eab49dbe9df2a362.tar.gz
do ‘s/the \(@code{spin}\)/\1/’
-rw-r--r--doc/lispref/control.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 721df3ab66f..c416fd7c06f 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