diff options
author | jenglish <jenglish@noemail.net> | 2007-12-14 16:29:22 (GMT) |
---|---|---|
committer | jenglish <jenglish@noemail.net> | 2007-12-14 16:29:22 (GMT) |
commit | adb69d3e02484ac5e2d2a04257c1ebc39f357aab (patch) | |
tree | e6a67b65dfbb1de4df756a5e8b36b334f1aa5e01 | |
parent | 84de756f25eef72ed6a22f98d10c976f6e637daf (diff) | |
download | tk-adb69d3e02484ac5e2d2a04257c1ebc39f357aab.zip tk-adb69d3e02484ac5e2d2a04257c1ebc39f357aab.tar.gz tk-adb69d3e02484ac5e2d2a04257c1ebc39f357aab.tar.bz2 |
Fix typo [Bug 1850713].
FossilOrigin-Name: d05aa55ca1e794fdff965e92bac852b5253e8b3c
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/ttk_treeview.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-12-14 Joe English <jenglish@users.sourceforge.net> + + * doc/ttk_treeview.n: Fix typo [Bug 1850713]. + 2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net> * win/tkWinInt.h: Add in missing function definitions diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index 9eacaac..2e0ce9f 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -4,7 +4,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: ttk_treeview.n,v 1.15 2007/12/13 15:23:44 dgp Exp $ +'\" RCS: @(#) $Id: ttk_treeview.n,v 1.16 2007/12/14 16:29:24 jenglish Exp $ '\" .so man.macros .TH ttk::treeview n 8.5 Tk "Tk Themed Widget" @@ -339,7 +339,7 @@ The binding \fIscript\fR undergoes \fB%\fR-substitutions before evaluation; see \fBbind(n)\fR for details. .RE .TP -\fIpathName \fBtag configure\fR ?\fIoption\fR? ?\fIvalue option value ...\fR? +\fIpathName \fBtag configure\fR \fItagName\fR ?\fIoption\fR? ?\fIvalue option value...\fR? Query or modify the options for the specified \fItagName\fR. If one or more \fIoption/value\fR pairs are specified, sets the value of those options for the specified tag. |