diff options
author | ferrieux@users.sourceforge.net <ferrieux> | 2009-01-03 00:18:08 (GMT) |
---|---|---|
committer | ferrieux@users.sourceforge.net <ferrieux> | 2009-01-03 00:18:08 (GMT) |
commit | b9b7fd65075e193301a0d878a11befb16af6113f (patch) | |
tree | 8d5bd98269c1e36694fe726249967f428ab08a9a /doc | |
parent | d5b4eae0beae4e5bf3da480bf6ec6ed0a7bb6999 (diff) | |
download | tk-b9b7fd65075e193301a0d878a11befb16af6113f.zip tk-b9b7fd65075e193301a0d878a11befb16af6113f.tar.gz tk-b9b7fd65075e193301a0d878a11befb16af6113f.tar.bz2 |
Fix incorrect statement about %-substituees quoting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bind.n | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |