Fixed bug (formatting) in doc (I give up)

This commit is contained in:
joten 2015-02-12 20:18:58 +01:00
parent 04a4c866b7
commit 1928410f78
1 changed files with 3 additions and 3 deletions

View File

@ -24,9 +24,9 @@ is accessible by cklickig on `#!` on the right end of the bug.n bar.
You may also send commands to bug.n from another AutoHotkey script. The sent You may also send commands to bug.n from another AutoHotkey script. The sent
string is interpreted and executed by bug.n as one or more (separated by the string is interpreted and executed by bug.n as one or more (separated by the
newline character <code>`n</code>) either bug.n-functions (as used in the newline character) either bug.n-functions (as used in the hotkey configuration)
hotkey configuration) or AutoHotkey-commands (only `Run` or `Send`). For or AutoHotkey-commands (only `Run` or `Send`). For example, you may use the
example, you may use the following lines in an AutoHotkey script: following lines in an AutoHotkey script:
;; The following line is required. ;; The following line is required.
DetectHiddenWindows, On DetectHiddenWindows, On