diff options
author | 2013-07-08 16:09:29 -0400 | |
---|---|---|
committer | 2013-07-08 16:09:29 -0400 | |
commit | 6600c4f959bb4ea91a2f632bfc5375f7e75e40c4 (patch) | |
tree | 3c108fa22c3c6d6d32ea7beef55039bd845149d5 /CHANGELOG.md | |
parent | 7d1f21b44479d8b4484f8e27872eafd203b0e727 (diff) | |
download | textadept-6600c4f959bb4ea91a2f632bfc5375f7e75e40c4.tar.gz textadept-6600c4f959bb4ea91a2f632bfc5375f7e75e40c4.zip |
Renamed "language-specific" modules to just "language modules" in documentation.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 44c988a1..aef71fee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1648,8 +1648,8 @@ Changes: * Added BSD support. * Removed kill-ring from editing module. -* [Run][] and [compile][] commands are in language-specific modules. -* [Block comment][] strings are in language-specific modules now. +* [Run][] and [compile][] commands are in language modules. +* [Block comment][] strings are in language modules now. * Remove "Untitled" buffer when necessary. * Moved "Search" menu into "Tools" menu to prevent `Alt+S` key conflict. * Rewrote lexers implementation. |