diff options
| author | Chong Yidong | 2010-08-19 19:23:13 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-19 19:23:13 -0400 |
| commit | 96b1842de8277af1c53c645935dde26d9fd718cd (patch) | |
| tree | d5f54a9f4c13fbe84941e921b49cb7bbef533a35 /doc | |
| parent | 186e86dbac28ca3bd9aa23cb6c8123f2b5ff919a (diff) | |
| download | emacs-96b1842de8277af1c53c645935dde26d9fd718cd.tar.gz emacs-96b1842de8277af1c53c645935dde26d9fd718cd.zip | |
* objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 4559864c23f..9379301ea4a 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-19 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * objects.texi (Bool-Vector Type): Minor definition tweak (Bug#6878). | ||
| 4 | |||
| 1 | 2010-08-02 Christoph <cschol2112@googlemail.com> | 5 | 2010-08-02 Christoph <cschol2112@googlemail.com> |
| 2 | 6 | ||
| 3 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. | 7 | * control.texi (Handling Errors) <error-message-string>: Fix arg name. |
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}). | |||
| 1189 | @node Bool-Vector Type | 1189 | @node Bool-Vector Type |
| 1190 | @subsection Bool-Vector Type | 1190 | @subsection Bool-Vector Type |
| 1191 | 1191 | ||
| 1192 | A @dfn{bool-vector} is a one-dimensional array of elements that | 1192 | A @dfn{bool-vector} is a one-dimensional array whose elements must |
| 1193 | must be @code{t} or @code{nil}. | 1193 | be @code{t} or @code{nil}. |
| 1194 | 1194 | ||
| 1195 | The printed representation of a bool-vector is like a string, except | 1195 | The printed representation of a bool-vector is like a string, except |
| 1196 | that it begins with @samp{#&} followed by the length. The string | 1196 | that it begins with @samp{#&} followed by the length. The string |