diff options
author | 2012-10-17 13:07:18 -0400 | |
---|---|---|
committer | 2012-10-17 13:07:18 -0400 | |
commit | 39ee8c120e62331c2d31846a18086efd059f5709 (patch) | |
tree | 64a2d66f93f43281eacd65b21cb0868e99542852 /doc/07_Modules.md | |
parent | 28b1bccb2ed38faacfcc77674081db207c32cf89 (diff) | |
download | textadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip |
Updated manual.
Diffstat (limited to 'doc/07_Modules.md')
-rw-r--r-- | doc/07_Modules.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md index 8ea211e8..b46e3f91 100644 --- a/doc/07_Modules.md +++ b/doc/07_Modules.md @@ -36,9 +36,9 @@ in the current file. Pressing `Ctrl+Shift+R` (`⌘⇧R` on Mac OSX | `M-^R` in ncurses) executes the command for compiling code and `Ctrl+R` (`⌘R` | `^R`) executes the command for running code. Double-clicking on any error messages will jump to where the errors occurred. Note: In order for these features to -work, the language you are working with must have its run command and error -format defined. If the language-specific module does not exist or does not -[define][] commands or an error format, it can be done [manually][] in your +work, the language you are working with must have its compile and run commands +and error format defined. If the language-specific module does not exist or does +not [define][] commands or an error format, it can be done [manually][] in your [user-init file][]. [define]: api/_M.html#Compile.and.Run |