* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.

This commit is contained in:
Paul Eggert 2015-05-06 10:56:11 -07:00
parent 288df227ba
commit 7cc0f68b38

View file

@ -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}.