diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:27:10 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:27:10 (GMT) |
commit | d3fa4656ff2cc2112b73213861cb0f59868094fe (patch) | |
tree | c0d116b289d0bf3c5d520f595d87b24eb0f863cf /doc/menu.n | |
parent | d3c24552b0b4c0f1b41f75a62be35d89c0d8e73e (diff) | |
download | tk-d3fa4656ff2cc2112b73213861cb0f59868094fe.zip tk-d3fa4656ff2cc2112b73213861cb0f59868094fe.tar.gz tk-d3fa4656ff2cc2112b73213861cb0f59868094fe.tar.bz2 |
Fix missing word spotted by stu.
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.23.2.1 2008/09/08 13:37:40 tmh Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.23.2.2 2009/01/11 11:27:10 patthoyts Exp $ '\" .so man.macros .TH menu n 4.1 Tk "Tk Built-In Commands" @@ -48,7 +48,7 @@ to invoke whenever the menu is torn off. The actual command will consist of the value of this option, followed by a space, followed by the name of the menu window, followed by a space, followed by the name of the name of the torn off menu window. For example, if -the option's is +the option's value is .QW "\fBa b\fR" and menu \fB.x.y\fR is torn off to create a new menu \fB.x.tearoff1\fR, then the command |