summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:38:54 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-01-10 20:38:54 (GMT)
commite9e90a1924a50dd71b3960169c0aca461d3e224b (patch)
tree2456449be70a6dc1af48ce224c78d329d2bfb3d6 /doc/text.n
parentd06599e802a1f92eff177ce5fba74e66fa60afb3 (diff)
downloadtk-e9e90a1924a50dd71b3960169c0aca461d3e224b.zip
tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.gz
tk-e9e90a1924a50dd71b3960169c0aca461d3e224b.tar.bz2
Small cleanups to improve HTML generation.
Diffstat (limited to 'doc/text.n')
-rw-r--r--doc/text.n11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/text.n b/doc/text.n
index bef7aed..f2095b6 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.58 2008/12/06 10:48:29 dkf Exp $
+'\" RCS: @(#) $Id: text.n,v 1.59 2010/01/10 20:38:54 dkf Exp $
'\"
.so man.macros
.TH text n 8.5 Tk "Tk Built-In Commands"
@@ -180,8 +180,8 @@ widget. See \fBEMBEDDED WINDOWS\fR below for more details.
The fourth form of annotation allows Tk images to be embedded in a text
widget. See \fBEMBEDDED IMAGES\fR below for more details.
.PP
-The text widget also has a built-in undo/redo mechanism. See \fBTHE UNDO
-MECHANISM\fR below for more details.
+The text widget also has a built-in undo/redo mechanism. See
+\fBTHE UNDO MECHANISM\fR below for more details.
.PP
The text widget allows for the creation of peer widgets. These are other text
widgets which share the same underlying data (text, marks, tags, images, etc).
@@ -619,8 +619,9 @@ The name space for marks is different from that for tags: the same name may be
used for both a mark and a tag, but they will refer to different things.
.PP
Two marks have special significance. First, the mark \fBinsert\fR is
-associated with the insertion cursor, as described under \fBTHE INSERTION
-CURSOR\fR below. Second, the mark \fBcurrent\fR is associated with the
+associated with the insertion cursor, as described under
+\fBTHE INSERTION CURSOR\fR
+below. Second, the mark \fBcurrent\fR is associated with the
character closest to the mouse and is adjusted automatically to track the
mouse position and any changes to the text in the widget (one exception:
\fBcurrent\fR is not updated in response to mouse motions if a mouse button is