aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
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
--