]> code.delx.au - gnu-emacs/commitdiff
Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 May 2015 05:54:38 +0000 (22:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 11 May 2015 05:54:38 +0000 (22:54 -0700)
doc/lispref/sequences.texi

index 9bce155467ea5b7d7c1e2b887e41eb02be9df158..72976b18952196e0940ec57372da0028cf47aab6 100644 (file)
@@ -797,7 +797,7 @@ vector or string (@pxref{Iteration} for more information about the
 @code{dolist} macro).  This is primarily useful for side-effects.
 @end defmac
 
-@defmac seq-let arguments sequense body@dots{}
+@defmac seq-let arguments sequence body@dots{}
 @cindex sequence destructuring
   This macro binds the variables in defined in the sequence
 @var{arguments} to the elements of the sequence @var{sequence}.