Skip to content

Commit

Permalink
ui.tools.listener-docs: wrap a hotkey in the $snippet tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ilin authored and mrjbq7 committed May 15, 2017
1 parent c1d6477 commit 72e6699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/ui/tools/listener/listener-docs.factor
Expand Up @@ -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"

0 comments on commit 72e6699

Please sign in to comment.