diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-06 10:56:11 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-05-06 10:56:39 -0700 |
commit | 7cc0f68b3801945d510f78f75ad3ee4df5a995b9 (patch) | |
tree | 42e8d6d073282a3615a9516387e6b4afa45f2798 /doc | |
parent | 288df227bacfe4a459ff6670d51815cc701707cf (diff) | |
download | emacs-7cc0f68b3801945d510f78f75ad3ee4df5a995b9.tar.gz |
* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispref/sequences.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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}. |