diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-08-19 19:23:13 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-08-19 19:23:13 -0400 |
commit | 96b1842de8277af1c53c645935dde26d9fd718cd (patch) | |
tree | d5f54a9f4c13fbe84941e921b49cb7bbef533a35 /doc/lispref/objects.texi | |
parent | 186e86dbac28ca3bd9aa23cb6c8123f2b5ff919a (diff) | |
download | emacs-96b1842de8277af1c53c645935dde26d9fd718cd.tar.gz |
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
Diffstat (limited to 'doc/lispref/objects.texi')
-rw-r--r-- | doc/lispref/objects.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi index 5c3ac13cdaf..c8ccb15a2d3 100644 --- a/doc/lispref/objects.texi +++ b/doc/lispref/objects.texi @@ -1189,8 +1189,8 @@ Syntax tables (@pxref{Syntax Tables}). @node Bool-Vector Type @subsection Bool-Vector Type - A @dfn{bool-vector} is a one-dimensional array of elements that -must be @code{t} or @code{nil}. + A @dfn{bool-vector} is a one-dimensional array whose elements must +be @code{t} or @code{nil}. The printed representation of a bool-vector is like a string, except that it begins with @samp{#&} followed by the length. The string |