From 39ee8c120e62331c2d31846a18086efd059f5709 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Oct 2012 13:07:18 -0400 Subject: Updated manual. --- doc/07_Modules.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/07_Modules.md') 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 -- cgit v1.2.3