diff options
author | 2020-09-14 00:08:28 -0400 | |
---|---|---|
committer | 2020-09-14 00:08:28 -0400 | |
commit | 11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch) | |
tree | 2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /modules/textadept/run.lua | |
parent | 8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff) | |
download | textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.tar.gz textadept-11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a.zip |
More small documentation updates.
Diffstat (limited to 'modules/textadept/run.lua')
-rw-r--r-- | modules/textadept/run.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/run.lua b/modules/textadept/run.lua index ffccc7e7..89f68b56 100644 --- a/modules/textadept/run.lua +++ b/modules/textadept/run.lua @@ -5,7 +5,7 @@ local M = {} --[[ This comment is for LuaDoc. --- -- Compile and run source code files with Textadept. --- [Language modules](#_M.Compile.and.Run) may tweak the `compile_commands`, +-- [Language modules](#compile-and-run) may tweak the `compile_commands`, -- `run_commands`, and `error_patterns` tables for particular languages. -- The user may tweak `build_commands` for particular projects. -- @field run_in_background (bool) |