diff options
author | 2012-10-31 11:40:24 -0400 | |
---|---|---|
committer | 2012-10-31 11:40:24 -0400 | |
commit | a05c9b1746a06a90362587623826c72c2ac709e7 (patch) | |
tree | 0598b24af2c9fb67fc3305c00493fd5cccdd8808 /modules | |
parent | 72c380120bb963d26bc973a5fb2dc10579a9dfc8 (diff) | |
download | textadept-a05c9b1746a06a90362587623826c72c2ac709e7.tar.gz textadept-a05c9b1746a06a90362587623826c72c2ac709e7.zip |
Fix typos in documentation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 0a74b7c4..394c7a9a 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -348,7 +348,7 @@ local utils = M.utils -- * Adding the Alt and/or Shift modifiers to any of the above keys also -- gives the same result, but with only the Alt modifier being -- recognized (e.g. `keys['ca$']` would be `keys['ca\']`). --- * Control+[Alt+]Shift+letter does not report the uppercase letter (e.g. +-- * Control+[Alt+]Shift+letter does not report the upper case letter (e.g. -- `keys.cA` in the GUI would be `keys.ca` in the terminal and similarly, -- `keys.caA` would be `keys.caa`). -- * No modifiers are recognized for the function keys (e.g. F1-F12). |