summaryrefslogtreecommitdiff
path: root/lispref/sequences.texi
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>1999-10-30 21:12:39 +0000
committerGerd Moellmann <gerd@gnu.org>1999-10-30 21:12:39 +0000
commit2bdedac1008b386f70f347db7424a3c6fcceef66 (patch)
tree3d03b2df0ccd93aade5ca2624db8349e6bccd726 /lispref/sequences.texi
parent07dc417520f8a433fbe32bfb8ec753d8a3302819 (diff)
downloademacs-2bdedac1008b386f70f347db7424a3c6fcceef66.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/sequences.texi')
-rw-r--r--lispref/sequences.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/sequences.texi b/lispref/sequences.texi
index 0b9e2901977..dd64c9af269 100644
--- a/lispref/sequences.texi
+++ b/lispref/sequences.texi
@@ -221,8 +221,8 @@ in the list.
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: