summaryrefslogtreecommitdiffstats
path: root/doc/tk_mac.n
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-05-20 02:33:01 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-05-20 02:33:01 (GMT)
commitcc1acfaabd6c9e88963ea23d07c5654ad9532818 (patch)
treec82e25f53909d677bd9a15e39d4061676cfdbe42 /doc/tk_mac.n
parent53fd39ddc9ce3ad71ec95bc66101342c70032784 (diff)
downloadtk-cc1acfaabd6c9e88963ea23d07c5654ad9532818.zip
tk-cc1acfaabd6c9e88963ea23d07c5654ad9532818.tar.gz
tk-cc1acfaabd6c9e88963ea23d07c5654ad9532818.tar.bz2
Add documentation on testing Mac services to README; remove obsolete detail from README; remove stub procedure for ::tk::mac::PerformService now that we have verified it works, to be consistent with other Mac-spdecific procedures such as ::tk::mac::OpenDocument
Diffstat (limited to 'doc/tk_mac.n')
-rw-r--r--doc/tk_mac.n5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/tk_mac.n b/doc/tk_mac.n
index 8256904..1694385 100644
--- a/doc/tk_mac.n
+++ b/doc/tk_mac.n
@@ -156,9 +156,8 @@ menu in the Application menu item. The
menu item allows for inter-application communication; data from one
application, such as selected text, can be sent to another application
for processing, for example to Safari as a search item for Google, or
-to TextEdit to be appended to a file. Tk includes a stub version of
-this command that displays a dialog with the data sent. This proc
-should be rewritten in an application script for customization:
+to TextEdit to be appended to a file. An example of the proc is below,
+and should be rewritten in an application script for customization:
.RS
.PP
.CS