summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-28 20:47:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-01-28 20:47:13 (GMT)
commit6c9c93ea48f861009ee99728174ab8ad68bb3621 (patch)
treecd6033a5646b0199f136338c9342b6b2fb6dd929
parentd0c6ad4ae1423e587435bb880e3767df01288f92 (diff)
parentfcf30b56f7f07aa93635169f53588c3777170353 (diff)
downloadtcl-6c9c93ea48f861009ee99728174ab8ad68bb3621.zip
tcl-6c9c93ea48f861009ee99728174ab8ad68bb3621.tar.gz
tcl-6c9c93ea48f861009ee99728174ab8ad68bb3621.tar.bz2
Fix .CE -> .CS
-rw-r--r--doc/regsub.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/regsub.n b/doc/regsub.n
index f7931af..cb8c2d4 100644
--- a/doc/regsub.n
+++ b/doc/regsub.n
@@ -269,9 +269,9 @@ set decoded [\fBregsub\fR -all -command $RE $string {apply {{- p h} {
The \fB\-command\fR option can also be useful for restricting the range of
commands such as \fBstring totitle\fR:
.PP
-.CE
+.CS
set message "the quIck broWn fOX JUmped oVer the laZy dogS..."
-puts [\fBregsub\fR -all -command {\ew+} $message {string totitle}]
+puts [\fBregsub\fR -all -command {\ew+} $message {string totitle}]
# \(-> \fIThe Quick Brown Fox Jumped Over The Lazy Dogs..\fR
.CE
.VE 8.7