summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-28 09:49:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-05-28 09:49:10 (GMT)
commit0f48821995b22b0819c4047b51ef2cd23897e125 (patch)
treea9e413fd54f183516148fd9f41696ae05b58ba64 /doc
parentb8e14e38027e717381ef0a17608144acd70dc2c5 (diff)
parentb44555477cda94fd227969fd4a281daa0a1dbb52 (diff)
downloadtcl-0f48821995b22b0819c4047b51ef2cd23897e125.zip
tcl-0f48821995b22b0819c4047b51ef2cd23897e125.tar.gz
tcl-0f48821995b22b0819c4047b51ef2cd23897e125.tar.bz2
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r--doc/library.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/library.n b/doc/library.n
index a5f889b..4dcd598 100644
--- a/doc/library.n
+++ b/doc/library.n
@@ -299,13 +299,13 @@ These variables are only used in the \fBtcl_endOfWord\fR,
This variable contains a regular expression that is used by routines
like \fBtcl_endOfWord\fR to identify whether a character is part of a
word or not. If the pattern matches a character, the character is
-considered to be a non-word character. The default is "\W".
+considered to be a non-word character. The default is "\\W".
.TP
\fBtcl_wordchars\fR
This variable contains a regular expression that is used by routines
like \fBtcl_endOfWord\fR to identify whether a character is part of a
word or not. If the pattern matches a character, the character is
-considered to be a word character. The default is "\w".
+considered to be a word character. The default is "\\w".
.SH "SEE ALSO"
env(n), info(n), re_syntax(n)
.SH KEYWORDS