summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-04-12 02:20:47 (GMT)
committerdas <das@noemail.net>2006-04-12 02:20:47 (GMT)
commit28cdb8d128a3aa2c6a05372b45acd212951c6b20 (patch)
treeaf466a162a3cac8fb8fe62e6b3ca1717c8298082 /doc
parent8f027d930a0282a3ab7f7824db7bb5970427aa7c (diff)
downloadtk-28cdb8d128a3aa2c6a05372b45acd212951c6b20.zip
tk-28cdb8d128a3aa2c6a05372b45acd212951c6b20.tar.gz
tk-28cdb8d128a3aa2c6a05372b45acd212951c6b20.tar.bz2
fix make-html error
FossilOrigin-Name: 612e1ce7edd4912b3d7bc7bb5d667111590e24b5
Diffstat (limited to 'doc')
-rw-r--r--doc/text.n6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/text.n b/doc/text.n
index dcc1e47..13fc2de 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.15.2.4 2005/11/16 09:51:18 vincentdarley Exp $
+'\" RCS: @(#) $Id: text.n,v 1.15.2.5 2006/04/12 02:20:47 das Exp $
'\"
.so man.macros
.TH text n 8.4 Tk "Tk Built-In Commands"
@@ -294,8 +294,8 @@ refers to the next-to-last character in the text and
the first one in the word containing the insertion cursor. Modifiers
are applied one by one in this left to right order, and after each step
the resulting index is constrained to be a valid index in the text
-widget. So, for example, the index ''\fB1.0 -1c +1c\fR'' refers to the
-index ''\fB2.0\fR''.
+widget. So, for example, the index ``\fB1.0 -1c +1c\fR'' refers to the
+index ``\fB2.0\fR''.
.SH TAGS
.PP
The first form of annotation in text widgets is a tag.