mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* doc/lispref/sequences.texi (Sequence Functions): Fix quoting.
This commit is contained in:
parent
288df227ba
commit
7cc0f68b38
1 changed files with 1 additions and 1 deletions
|
|
@ -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}.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue