summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorferrieux <ferrieux@noemail.net>2009-01-03 00:18:08 (GMT)
committerferrieux <ferrieux@noemail.net>2009-01-03 00:18:08 (GMT)
commitffb5cd3895a02c750999ed3a932a35c1034839f6 (patch)
tree8d5bd98269c1e36694fe726249967f428ab08a9a /doc
parent44bf9431b84f601d94e0caccb1a5c3edd353f235 (diff)
downloadtk-ffb5cd3895a02c750999ed3a932a35c1034839f6.zip
tk-ffb5cd3895a02c750999ed3a932a35c1034839f6.tar.gz
tk-ffb5cd3895a02c750999ed3a932a35c1034839f6.tar.bz2
Fix incorrect statement about %-substituees quoting.
FossilOrigin-Name: d3ab7aba84179c996ac74f4aa296de23a8d096fb
Diffstat (limited to 'doc')
-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.