summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authorjenglish <jenglish@noemail.net>2003-05-29 21:57:56 (GMT)
committerjenglish <jenglish@noemail.net>2003-05-29 21:57:56 (GMT)
commitd8250de72fc8b96bae698c2a61a0d46f506a1994 (patch)
tree18438d9cf0e0a7703c09b4bb32789809bd84be66 /doc/text.n
parent21a901efefb595b73acc257eb6c7bd0c51cc878d (diff)
downloadtk-d8250de72fc8b96bae698c2a61a0d46f506a1994.zip
tk-d8250de72fc8b96bae698c2a61a0d46f506a1994.tar.gz
tk-d8250de72fc8b96bae698c2a61a0d46f506a1994.tar.bz2
Fixed markup errors.
FossilOrigin-Name: ed32b2152df3ca9d96ba3fb73955310e61e9a32c
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/text.n b/doc/text.n
index e2871d1..77f5b03 100644
--- a/doc/text.n
+++ b/doc/text.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: text.n,v 1.16 2003/05/19 13:04:22 vincentdarley Exp $
+'\" RCS: @(#) $Id: text.n,v 1.17 2003/05/29 21:57:56 jenglish Exp $
'\"
.so man.macros
.TH text n 8.4 Tk "Tk Built-In Commands"
@@ -162,7 +162,7 @@ See EMBEDDED IMAGES below for more details.
.PP
.VS 8.4
The text widget also has a built-in undo/redo mechanism.
-See UNDO MECHANISM below for more details.
+See THE UNDO MECHANISM below for more details.
.VE 8.4
.SH INDICES
@@ -1182,11 +1182,11 @@ command for details). The default matching automatically passes
both the \fB\-lineanchor\fR and \fB\-linestop\fR options
to the regexp engine (unless \fB\-nolinestop\fR is used), so that
\fI^$\fR match beginning and end of line, and \fI.\fR, \fI[^\fR
-sequences will never match the newline character \fI\n\fR.
+sequences will never match the newline character \fI\en\fR.
.TP
\fB\-nolinestop\fR
This allows
-\fI.\fR and \fI[^\fR sequences to match the newline character \fI\n\fR,
+\fI.\fR and \fI[^\fR sequences to match the newline character \fI\en\fR,
which they will otherwise not do (see the \fBregexp\fR
command for details). This option is only meaningful if \fB\-regexp\fR
is also given, and an error will be thrown otherwise.