summaryrefslogtreecommitdiffstats
path: root/doc/option.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-10-28 12:25:53 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-10-28 12:25:53 (GMT)
commitb5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c (patch)
treed43ab195bbb59360312c2df24cc52e874efc6409 /doc/option.n
parentbffdac3cbb0bfe12357f55cdc4fb24195743fbcf (diff)
downloadtk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.zip
tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.gz
tk-b5e7e8747736a9f4f6e9c3ad6e1763b6a5900c9c.tar.bz2
More minor doc fixes
Diffstat (limited to 'doc/option.n')
-rw-r--r--doc/option.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/option.n b/doc/option.n
index 1d0cf39..4d593d7 100644
--- a/doc/option.n
+++ b/doc/option.n
@@ -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: option.n,v 1.4 2004/06/21 19:42:12 dkf Exp $
+'\" RCS: @(#) $Id: option.n,v 1.5 2004/10/28 12:25:53 dkf Exp $
'\"
.so man.macros
.TH option n "" Tk "Tk Built-In Commands"
@@ -89,7 +89,7 @@ levels other than the ones given above.
Instruct every button in the application to have red text on it unless
explicitly overridden:
.CS
-\fBoption\fR add *button.foreground red startupFile
+\fBoption add\fR *button.foreground red startupFile
.CE
.PP
Allow users to control what happens in an entry widget when the Return
@@ -97,8 +97,8 @@ key is pressed by specifying a script in the option database and add a
default option for that which rings the bell:
.CS
entry .e
-bind .e <Return> [\fBoption\fR get .e returnCommand Command]
-\fBoption\fR add *.e.returnCommand bell widgetDefault
+bind .e <Return> [\fBoption get\fR .e returnCommand Command]
+\fBoption add\fR *.e.returnCommand bell widgetDefault
.CE
.SH KEYWORDS