diff options
| author | Paul Eggert | 2015-05-10 22:54:38 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-05-10 22:54:38 -0700 |
| commit | 1c6e02ca81d868a65e7cbebba9b9b4a8d2cc827e (patch) | |
| tree | 8a6a224b59fa5f0a120dda4c09449b20e284174c | |
| parent | e35bf5727153bdc8be7178504a8b920b9560b7b0 (diff) | |
| download | emacs-1c6e02ca81d868a65e7cbebba9b9b4a8d2cc827e.tar.gz emacs-1c6e02ca81d868a65e7cbebba9b9b4a8d2cc827e.zip | |
Spelling fix
| -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 9bce155467e..72976b18952 100644 --- a/doc/lispref/sequences.texi +++ b/doc/lispref/sequences.texi | |||
| @@ -797,7 +797,7 @@ vector or string (@pxref{Iteration} for more information about the | |||
| 797 | @code{dolist} macro). This is primarily useful for side-effects. | 797 | @code{dolist} macro). This is primarily useful for side-effects. |
| 798 | @end defmac | 798 | @end defmac |
| 799 | 799 | ||
| 800 | @defmac seq-let arguments sequense body@dots{} | 800 | @defmac seq-let arguments sequence body@dots{} |
| 801 | @cindex sequence destructuring | 801 | @cindex sequence destructuring |
| 802 | This macro binds the variables in defined in the sequence | 802 | This macro binds the variables in defined in the sequence |
| 803 | @var{arguments} to the elements of the sequence @var{sequence}. | 803 | @var{arguments} to the elements of the sequence @var{sequence}. |