diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-26 04:06:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-26 04:06:05 (GMT) |
commit | 095cd3280ca77a1c44f4ee014fdce3f751c26817 (patch) | |
tree | 33e1d7978650c468362078ea9384172951a436ff /doc/menu.n | |
parent | f4fe8efadbec59f3eaf14ca523b2c05fc7d21759 (diff) | |
download | tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.zip tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.tar.gz tk-095cd3280ca77a1c44f4ee014fdce3f751c26817.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'doc/menu.n')
-rw-r--r-- | doc/menu.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: menu.n,v 1.15 2007/05/03 23:55:29 dkf Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.15.2.1 2007/05/26 04:06:06 dgp Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -529,7 +529,7 @@ command. \fIpathName\fR \fBclone\fR \fInewPathname ?cloneType?\fR Makes a clone of the current menu named \fInewPathName\fR. This clone is a menu in its own right, but any changes to the clone are -propogated to the original menu and vice versa. \fIcloneType\fR can be +propagated to the original menu and vice versa. \fIcloneType\fR can be \fBnormal\fR, \fBmenubar\fR, or \fBtearoff\fR. Should not normally be called outside of the Tk library. See the \fBCLONES\fR section for more information. |