summaryrefslogtreecommitdiffstats
path: root/doc/string.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-16 13:58:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-10-16 13:58:16 (GMT)
commit87086952e1b827b071a8e5454895c795bb71ee04 (patch)
tree541b3227eb1160b6f6837426080b23b0d6be8f63 /doc/string.n
parent2e1a06f3f9c67cb5501a815c343115a979ca4f33 (diff)
downloadtcl-87086952e1b827b071a8e5454895c795bb71ee04.zip
tcl-87086952e1b827b071a8e5454895c795bb71ee04.tar.gz
tcl-87086952e1b827b071a8e5454895c795bb71ee04.tar.bz2
doc fix
Diffstat (limited to 'doc/string.n')
-rw-r--r--doc/string.n5
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.