diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:27:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-05-25 22:27:12 (GMT) |
commit | ac5a0244804c10b290f2985d2b93ee0ae8cd5d56 (patch) | |
tree | 51782bb1d83e1170c984aa7fd685088fd6cd6906 /doc/menu.n | |
parent | c8cd567d79a989ca81b6913b695665b2ab079bd9 (diff) | |
download | tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.zip tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.tar.gz tk-ac5a0244804c10b290f2985d2b93ee0ae8cd5d56.tar.bz2 |
Minor typo corrections, from [Bug 1663527]
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.16 2007/05/25 22:27:12 dkf 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. |