diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-16 13:58:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-16 13:58:16 (GMT) |
commit | 87086952e1b827b071a8e5454895c795bb71ee04 (patch) | |
tree | 541b3227eb1160b6f6837426080b23b0d6be8f63 | |
parent | 2e1a06f3f9c67cb5501a815c343115a979ca4f33 (diff) | |
download | tcl-87086952e1b827b071a8e5454895c795bb71ee04.zip tcl-87086952e1b827b071a8e5454895c795bb71ee04.tar.gz tcl-87086952e1b827b071a8e5454895c795bb71ee04.tar.bz2 |
doc fix
-rw-r--r-- | doc/string.n | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/string.n b/doc/string.n index 905f00a..3eae964 100644 --- a/doc/string.n +++ b/doc/string.n @@ -149,9 +149,8 @@ Any Unicode printing character, including space. .IP \fBpunct\fR 12 Any Unicode punctuation character. .IP \fBspace\fR 12 -Any Unicode whitespace character, break permitted here (U+0082), -no break here (U+0083), zero with space (U+200b), word joiner -(U+2060) and zero width no-break space (U+feff) (=BOM). +Any Unicode whitespace character, zero width space (U+200b), +word joiner (U+2060) and zero width no-break space (U+feff) (=BOM). .IP \fBtrue\fR 12 Any of the forms allowed to \fBTcl_GetBoolean\fR where the value is true. |