summaryrefslogtreecommitdiffstats
path: root/doc/bind.n
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2009-01-03 00:18:08 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2009-01-03 00:18:08 (GMT)
commitafb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4 (patch)
tree8d5bd98269c1e36694fe726249967f428ab08a9a /doc/bind.n
parentbe03d132320bee746ee0e9bb94bbf50ba48f8f0f (diff)
downloadtk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.zip
tk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.tar.gz
tk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.tar.bz2
Fix incorrect statement about %-substituees quoting.
Diffstat (limited to 'doc/bind.n')
-rw-r--r--doc/bind.n5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/bind.n b/doc/bind.n
index 58e9598..dd87c72 100644
--- a/doc/bind.n
+++ b/doc/bind.n
@@ -6,7 +6,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: bind.n,v 1.29 2007/12/13 15:23:43 dgp Exp $
+'\" RCS: @(#) $Id: bind.n,v 1.29.2.1 2009/01/03 00:18:08 ferrieux Exp $
'\"
.so man.macros
.TH bind n 8.0 Tk "Tk Built-In Commands"
@@ -581,8 +581,7 @@ window.
.LP
The replacement string for a %-replacement is formatted as a proper
Tcl list element.
-This means that it will be surrounded with braces
-if it contains spaces, or special characters such as \fB$\fR and
+This means that spaces or special characters such as \fB$\fR and
\fB{\fR may be preceded by backslashes.
This guarantees that the string will be passed through the Tcl
parser when the binding script is evaluated.