Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
03231f93
Commit
03231f93
authored
Jan 07, 2001
by
Richard M. Stallman
Browse files
Minor fix because a bool-vector's elements can't be characters.
parent
c3f2772b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lispref/objects.texi
lispref/objects.texi
+5
-5
No files found.
lispref/objects.texi
View file @
03231f93
...
...
@@ -545,11 +545,11 @@ considered a sequence.
Arrays are further subdivided into strings, vectors, char-tables and
bool-vectors. Vectors can hold elements of any type, but string
elements must be characters, and bool-vector elements must be @code{t}
or @code{nil}.
The characters in a string can have text properties lik
e
characters in a buffer (@pxref{Text Properties}); vectors
an
d
bool-vectors do not support text properties even when their elements
happen to be chara
ct
e
rs
. Char-tables are like vectors except that t
he
y
are indexed by any valid
character
code
.
or @code{nil}.
Char-tables are like vectors except that they ar
e
indexed by any valid character code. The characters in a string c
an
have text properties like characters in a buffer (@pxref{Text
Properties}), but ve
ct
o
rs
do not support text properties, even w
he
n
their elements happen to be
character
s
.
Lists, strings and the other array types are different, but they have
important similarities. For example, all have a length @var{l}, and all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment