aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/07_Modules.md3
-rw-r--r--doc/09_Themes.md6
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md
index 02b6bf0c..10f086ef 100644
--- a/doc/07_Modules.md
+++ b/doc/07_Modules.md
@@ -7,7 +7,8 @@ functionality (find & replace, key bindings, menus, snippets, etc.) See the
startup.
Textadept also recognizes a special kind of module: a language module. Language
-modules provide functionality specific their respective programming languages.
+modules provide functionality specific to their respective programming
+languages.
[textadept module]: api/_M.textadept.html
[preferences]: 08_Preferences.html#Loading.Modules
diff --git a/doc/09_Themes.md b/doc/09_Themes.md
index 5777d896..70159710 100644
--- a/doc/09_Themes.md
+++ b/doc/09_Themes.md
@@ -12,9 +12,9 @@ terminal version uses "term".
  
![Term Theme](images/termtheme.png)
-Each theme is a single Lua file. It contains color definitions and definitions
-for how to highlight (or "style") syntactic elements like comments, strings, and
-keywords in programming languages. These [definitions][] apply universally to
+Each theme is a single Lua file. It contains color and style definitions for
+displaying syntactic elements like comments, strings, and keywords in
+programming language source files. These [definitions][] apply universally to
all programming language elements, resulting in a single, unified theme. Themes
also set view-related editor properties like caret and selection colors.