diff options
author | 2010-12-06 20:46:44 -0500 | |
---|---|---|
committer | 2010-12-06 20:46:44 -0500 | |
commit | d414042279b2fd28dcdecdd720980ed63154029f (patch) | |
tree | ecf7a7008ad450233e6e414f3b94dd83f59fdacd /doc/manual/3_UserInterface.md | |
parent | 49414d68517e875e2f8c90c70eb61a0dd67a7fa7 (diff) | |
download | textadept-d414042279b2fd28dcdecdd720980ed63154029f.tar.gz textadept-d414042279b2fd28dcdecdd720980ed63154029f.zip |
Fixed misspellings in the manual.
Diffstat (limited to 'doc/manual/3_UserInterface.md')
-rw-r--r-- | doc/manual/3_UserInterface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/3_UserInterface.md b/doc/manual/3_UserInterface.md index 8d15f505..14a6169b 100644 --- a/doc/manual/3_UserInterface.md +++ b/doc/manual/3_UserInterface.md @@ -28,7 +28,7 @@ minimizing distractions. ## Command Entry -The versitile command entry functions as both a place to execute Lua commands +The versatile command entry functions as both a place to execute Lua commands with the internal Lua state and find text incrementally. You can extend it to do even more if you would like. Like the find/replace dialog, the command entry pops in and out as you wish. |