/[emacs]/emacs/lispref/sequences.texi
ViewVC logotype

Diff of /emacs/lispref/sequences.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by rms, Sat Aug 25 02:01:24 2001 UTC revision 1.17.8.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
4  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
5  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
6  @setfilename ../info/sequences  @setfilename ../info/sequences
7  @node Sequences Arrays Vectors, Hash Tables, Lists, Top  @node Sequences Arrays Vectors, Hash Tables, Lists, Top
# Line 222  in the list. Line 222  in the list.
222    Emacs defines four types of array, all one-dimensional: @dfn{strings},    Emacs defines four types of array, all one-dimensional: @dfn{strings},
223  @dfn{vectors}, @dfn{bool-vectors} and @dfn{char-tables}.  A vector is a  @dfn{vectors}, @dfn{bool-vectors} and @dfn{char-tables}.  A vector is a
224  general array; its elements can be any Lisp objects.  A string is a  general array; its elements can be any Lisp objects.  A string is a
225  specialized array; its elements must be characters.  Each type of array  specialized array; its elements must be characters.  Each type of array
226  has its own read syntax.  has its own read syntax.
227  @xref{String Type}, and @ref{Vector Type}.  @xref{String Type}, and @ref{Vector Type}.
228    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.17.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26