]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 May 2015 17:56:11 +0000 (10:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 May 2015 17:56:39 +0000 (10:56 -0700)
doc/lispref/sequences.texi

index 1166ef8b36f26ebc04767c72e15a098ef6823ef6..9bce155467ea5b7d7c1e2b887e41eb02be9df158 100644 (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}.