diff options
author | 2013-09-06 23:42:13 -0400 | |
---|---|---|
committer | 2013-09-06 23:42:13 -0400 | |
commit | 9bff1b29293b50e506936e93c14d7a65e8b0ea29 (patch) | |
tree | 0347f3706b6f2fc6233272f75b3f2341e24071a6 /modules/textadept/command_entry.lua | |
parent | c1f943631f518390869220966cfd10dfa4278165 (diff) | |
download | textadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.tar.gz textadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.zip |
Updated LuaDoc.
Diffstat (limited to 'modules/textadept/command_entry.lua')
-rw-r--r-- | modules/textadept/command_entry.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/command_entry.lua b/modules/textadept/command_entry.lua index 7d9783bb..e5ec6903 100644 --- a/modules/textadept/command_entry.lua +++ b/modules/textadept/command_entry.lua @@ -32,7 +32,7 @@ local M = ui.command_entry -- -- [modes]: keys.html#Modes -- @field entry_text (string) --- The text in the entry. +-- The text in the command entry. module('ui.command_entry')]] --- |