diff options
author | Eduardo Julian | 2018-07-10 00:09:34 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-10 00:09:34 -0400 |
commit | 474c270f548298fc6404e9c53f038b94eba7e997 (patch) | |
tree | c00a759fe5686b3151439fd019876300e754c807 /lux-mode | |
parent | 25c48836e80dcaed6c2cbb11a14d3353da37620e (diff) |
- Re-named "sig:" to "signature:".
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index a92cb871f..685ed658a 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -216,7 +216,7 @@ Called by `imenu--generic-function'." (regexp-opt '(".module:" "def:" "type:" "macro:" "syntax:" "program:" - "sig:" "struct:" "context:" "template:" + "signature:" "struct:" "context:" "template:" "class:" "interface:" "poly:" "derived:" "actor:" "message:" "on:" |