From 7cc0f68b3801945d510f78f75ad3ee4df5a995b9 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Wed, 6 May 2015 10:56:11 -0700
Subject: [PATCH] * doc/lispref/sequences.texi (Sequence Functions): Fix
 quoting.

---
 doc/lispref/sequences.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 1166ef8b36f..9bce155467e 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -804,7 +804,7 @@ vector or string (@pxref{Iteration} for more information about the
 @var{arguments} can itself include sequences allowing for nested
 destructuring.
 
-The @var{arguments} sequence can also include the `&rest' marker
+The @var{arguments} sequence can also include the @code{&rest} marker
 followed by a variable name to be bound to the rest of
 @code{sequence}.
 
-- 
2.39.5