summaryrefslogtreecommitdiffstats
path: root/doc/messageBox.n
diff options
context:
space:
mode:
Diffstat (limited to 'doc/messageBox.n')
-rw-r--r--doc/messageBox.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/messageBox.n b/doc/messageBox.n
index 33825dc..cf878e1 100644
--- a/doc/messageBox.n
+++ b/doc/messageBox.n
@@ -30,7 +30,7 @@ The following option-value pairs are supported:
Specifies the prefix of a Tcl command to invoke when the user closes the
dialog. The actual command consists of \fIstring\fR followed by a space
and the name of the button clicked by the user to close the dialog. This
-is only available on Mac OS X.
+is only available on macOS.
.\" OPTION: -default
.TP
\fB\-default\fI name\fR
@@ -87,7 +87,7 @@ following values are possible for \fIpredefinedType\fR:
Displays three buttons whose symbolic names are \fBabort\fR,
\fBretry\fR and \fBignore\fR.
.IP \fBok\fR 18
-Displays one button whose symbolic name is \fBok\fR.
+Displays one button whose symbolic name is \fBok\fR. This is the default.
.IP \fBokcancel\fR 18
Displays two buttons whose symbolic names are \fBok\fR and \fBcancel\fR.
.IP \fBretrycancel\fR 18