summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2006-04-12 02:20:47 (GMT)
committerdas <das>2006-04-12 02:20:47 (GMT)
commit6f1a67b273a99b0b5f0a943e24627e1f2fb6fd36 (patch)
treeaf466a162a3cac8fb8fe62e6b3ca1717c8298082
parentc36b5d2109b41f335206300b8fcf2063701849fd (diff)
downloadtk-6f1a67b273a99b0b5f0a943e24627e1f2fb6fd36.zip
tk-6f1a67b273a99b0b5f0a943e24627e1f2fb6fd36.tar.gz
tk-6f1a67b273a99b0b5f0a943e24627e1f2fb6fd36.tar.bz2
fix make-html error
-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.