diff options
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')]] --- |