diff lispref/sequences.texi @ 26254:a393c5e46e99

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Sat, 30 Oct 1999 21:12:39 +0000
parents 62de8a433d0e
children f6b52258db6a
line wrap: on
line diff
--- a/lispref/sequences.texi	Sat Oct 30 21:10:54 1999 +0000
+++ b/lispref/sequences.texi	Sat Oct 30 21:12:39 1999 +0000
@@ -221,8 +221,8 @@
   Emacs defines four types of array, all one-dimensional: @dfn{strings},
 @dfn{vectors}, @dfn{bool-vectors} and @dfn{char-tables}.  A vector is a
 general array; its elements can be any Lisp objects.  A string is a
-specialized array; its elements must be characters (i.e., integers
-between 0 and 255).  Each type of array has its own read syntax.
+specialized array; its elements must be characters.  Each type of array 
+has its own read syntax.
 @xref{String Type}, and @ref{Vector Type}.
 
   All four kinds of array share these characteristics: