From 91d84c4643618e080e1f9abb70416ada5d03db73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Oct 2012 20:45:41 -0400 Subject: Continued updating documentation formatting. --- doc/07_Modules.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'doc/07_Modules.md') diff --git a/doc/07_Modules.md b/doc/07_Modules.md index f78419ee..fb8faca1 100644 --- a/doc/07_Modules.md +++ b/doc/07_Modules.md @@ -22,13 +22,11 @@ modules when Textadept starts. Language-specific modules have a scope limited to a single programming language. The name of the module is named after the language's lexer in the *lexers/* directory and is automatically loaded when editing source code in that -particular language. In addition to some of the editing features discussed -[earlier][], these kinds of modules typically also have shell commands for +particular language. In addition to the source code editing features discussed +previously, these kinds of modules typically also have shell commands for running and compiling code, indentation settings, custom key bindings, and perhaps a custom context menu. These features are discussed below. -[earlier]: 06_AdeptEditing.html#Source.Code.Editing - ### Compile and Run Most language-specific modules have a command that compiles and/or runs the code -- cgit v1.2.3