]> gitweb.factorcode.org Git - factor.git/commitdiff
ui.tools.listener-docs: wrap a hotkey in the $snippet tag
authorAlexander Iljin <ajsoft@yandex.ru>
Sun, 14 May 2017 16:57:18 +0000 (19:57 +0300)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 15 May 2017 03:04:39 +0000 (20:04 -0700)
basis/ui/tools/listener/listener-docs.factor

index d5bd19366a20ee807f24dc67b53526a43a4dbb12..5626e4fa69e0a0709afc291fd31b25b34a8ce805 100644 (file)
@@ -97,6 +97,6 @@ TIP: "Scroll the listener from the keyboard by pressing " { $command listener-ga
 
 TIP: "Press " { $command tool "common" refresh-all } " or run " { $link refresh-all } " to reload changed source files from disk." ;
 
-TIP: "On Windows: use C+Break to interrupt tight loops in your code started in the listener, such as" { $code "[ t ] [ ] while" } "Caution: this may crash the Factor runtime if the code uses cooperative multitasking or asynchronous I/O." ;
+TIP: "On Windows: use " { $snippet "C+Break" } " to interrupt tight loops in your code started in the listener, such as" { $code "[ t ] [ ] while" } "Caution: this may crash the Factor runtime if the code uses cooperative multitasking or asynchronous I/O." ;
 
 ABOUT: "ui-listener"