summaryrefslogtreecommitdiffstats
path: root/doc/text.n
diff options
context:
space:
mode:
authordas <das>2006-04-12 02:20:47 (GMT)
committerdas <das>2006-04-12 02:20:47 (GMT)
commita2abd6978e7d350941e9faa140689d8d979d83c7 (patch)
treeaf466a162a3cac8fb8fe62e6b3ca1717c8298082 /doc/text.n
parentabd76b7c759e2503515db98906ea7581295b82c7 (diff)
downloadtk-a2abd6978e7d350941e9faa140689d8d979d83c7.zip
tk-a2abd6978e7d350941e9faa140689d8d979d83c7.tar.gz
tk-a2abd6978e7d350941e9faa140689d8d979d83c7.tar.bz2
fix make-html error
Diffstat (limited to 'doc/text.n')
-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.