aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-07 11:33:45 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-06-07 11:33:45 -0400
commite56735ed361d707618c8c45b56efffd51194ef30 (patch)
treea83ae65aa492ac5f4cf96f38d7512216901ac172 /core/keys.lua
parent27d8dcdf343f8109654701563d84d8ba7c1ce4a9 (diff)
Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/keys.lua b/core/keys.lua
index a4ebe7bd..1c8a6997 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -21,8 +21,8 @@ local M = {}
-- sequence, Textadept runs the language-specific one. However, if the command
-- returns the boolean value `false`, Textadept also runs the lower-priority
-- command. (This is useful for language modules to override commands like
--- Adeptsense autocompletion, but fall back to word autocompletion if the first
--- command fails.)
+-- autocompletion, but fall back to word autocompletion if the first command
+-- fails.)
--
-- ## Key Sequences
--