summaryrefslogtreecommitdiffstats
path: root/doc/option.n
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2004-10-28 12:25:53 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2004-10-28 12:25:53 (GMT)
commit711dbafd3516b87f764afaf114c865264061b02e (patch)
treed43ab195bbb59360312c2df24cc52e874efc6409 /doc/option.n
parentdfbf92fe91c67a5ee3053268cfaf2b221ff1bfb5 (diff)
downloadtk-711dbafd3516b87f764afaf114c865264061b02e.zip
tk-711dbafd3516b87f764afaf114c865264061b02e.tar.gz
tk-711dbafd3516b87f764afaf114c865264061b02e.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