diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:25:21 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-01-11 11:25:21 (GMT) |
commit | 9049917e02eac18124825d8b467ac9a57a58ed38 (patch) | |
tree | d6df0561177a6c7010721f83aa4b0137f7f6479f /doc | |
parent | 847e8e877858c89627b0e81bffdbcdef79c210c3 (diff) | |
download | tk-9049917e02eac18124825d8b467ac9a57a58ed38.zip tk-9049917e02eac18124825d8b467ac9a57a58ed38.tar.gz tk-9049917e02eac18124825d8b467ac9a57a58ed38.tar.bz2 |
Fix missing word spotted by stu.
Diffstat (limited to 'doc')
-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.27 2008/09/23 13:36:42 dkf Exp $ +'\" RCS: @(#) $Id: menu.n,v 1.28 2009/01/11 11:25:21 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 |