diff options
author | tmh <tmh> | 2008-09-08 13:37:30 (GMT) |
---|---|---|
committer | tmh <tmh> | 2008-09-08 13:37:30 (GMT) |
commit | 986b3198d0bf5aeed2bb039224d58759ad22521c (patch) | |
tree | 826854f2c593c3c0bea3e2ab300c286a894ab534 /doc | |
parent | e55eded576910b03b6714dd50fcb46afcb5cb9ee (diff) | |
download | tk-986b3198d0bf5aeed2bb039224d58759ad22521c.zip tk-986b3198d0bf5aeed2bb039224d58759ad22521c.tar.gz tk-986b3198d0bf5aeed2bb039224d58759ad22521c.tar.bz2 |
Bug [2098425] docs typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.n | 4 |
1 files changed, 2 insertions, 2 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: menu.n,v 1.25 2008/06/30 22:57:03 dkf Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.26 2008/09/08 13:37:32 tmh Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -637,7 +637,7 @@ window of the topmost pixel in the entry specified by \fIindex\fR. The default bindings support four different ways of using menus: .TP \fBPulldown Menus in Menubar\fR -This is the most command case. You create a menu widget that will become the +This is the most common case. You create a menu widget that will become the menu bar. You then add cascade entries to this menu, specifying the pull down menus you wish to use in your menu bar. You then create all of the pulldowns. Once you have done this, specify the menu using the |