]> code.delx.au - gnu-emacs/blobdiff - lispref/sequences.texi
(url-current-object, url-package-name, url-package-version): Add defvars.
[gnu-emacs] / lispref / sequences.texi
index 982c9ffeaddb1183a225a5ac63616279da4f18af..eade483bda366cefb71750bb5cc96589a1e64fc3 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
-@c   Free Software Foundation, Inc.
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2002, 2003,
+@c   2004, 2005 Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/sequences
 @node Sequences Arrays Vectors, Hash Tables, Lists, Top
@@ -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