From: Paul Eggert Date: Wed, 6 May 2015 17:56:11 +0000 (-0700) Subject: * doc/lispref/sequences.texi (Sequence Functions): Fix quoting. X-Git-Tag: emacs-25.0.90~2177 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7cc0f68b3801945d510f78f75ad3ee4df5a995b9;p=emacs.git * doc/lispref/sequences.texi (Sequence Functions): Fix quoting. --- 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}.