]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools: tweak the ui-cocoa article
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 30 Jan 2023 16:42:22 +0000 (08:42 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 30 Jan 2023 16:42:22 +0000 (08:42 -0800)
basis/ui/tools/tools-docs.factor

index dbe0139e3293dcb4b59157ecd44acbc50765e096..448156458f2c1327c92bd2e9d287a23bc8a9d55d 100644 (file)
@@ -40,7 +40,7 @@ $nl
 $nl
 "Dropping a source file onto the Factor icon in the dock runs the source file in the listener."
 $nl
-"If you install " { $strong "Factor.app" } " in your " { $strong "Applications" } " folder, then other applications will be able to call Factor via the System Services feature. For example, you can select some text in " { $strong "TextEdit.app" } ", then invoke the " { $strong "TextEdit->Services->Factor->Evaluate Selection" } " menu item, which will replace the selected text with the result of evaluating it in Factor."
+"If you install " { $strong "Factor.app" } " in your " { $strong "Applications" } " folder, then other applications will be able to call Factor via the System Services feature. For example, you can select some text in " { $strong "TextEdit.app" } ", then invoke the " { $strong "TextEdit -> Services -> Factor -> Evaluate Selection" } " menu item, which will replace the selected text with the result of evaluating it in Factor."
 ;
 
 ARTICLE: "ui-windows" "Functionality specific to Windows"