]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 23:18:27 +0000 (23:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 2 Aug 2005 23:18:27 +0000 (23:18 +0000)
lispref/sequences.texi

index 982c9ffeaddb1183a225a5ac63616279da4f18af..61387fe1e0cb5005327bb849786bacb200dc5d70 100644 (file)
@@ -252,7 +252,7 @@ The length of the array is fixed once you create it; you cannot
 change the length of an existing array.
 
 @item
-for purposes of evaluation, the array is a constant---in other words,
+For purposes of evaluation, the array is a constant---in other words,
 it evaluates to itself.
 
 @item