diff options
-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. |