diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-01-03 00:18:08 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-01-03 00:18:08 (GMT) |
commit | afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4 (patch) | |
tree | 8d5bd98269c1e36694fe726249967f428ab08a9a | |
parent | be03d132320bee746ee0e9bb94bbf50ba48f8f0f (diff) | |
download | tk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.zip tk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.tar.gz tk-afb3cde7eb8af62e848c3a8d6e4d9f58633fa1b4.tar.bz2 |
Fix incorrect statement about %-substituees quoting.
-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. |