aboutsummaryrefslogtreecommitdiff
path: root/doc/07_Modules.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-10-17 13:07:18 -0400
commit39ee8c120e62331c2d31846a18086efd059f5709 (patch)
tree64a2d66f93f43281eacd65b21cb0868e99542852 /doc/07_Modules.md
parent28b1bccb2ed38faacfcc77674081db207c32cf89 (diff)
downloadtextadept-39ee8c120e62331c2d31846a18086efd059f5709.tar.gz
textadept-39ee8c120e62331c2d31846a18086efd059f5709.zip
Updated manual.
Diffstat (limited to 'doc/07_Modules.md')
-rw-r--r--doc/07_Modules.md6
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