diff options
author | Eduardo Julian | 2018-07-21 02:57:44 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-21 02:57:44 -0400 |
commit | 35b77d1ae1e0e4d59f8341089b12c0043abaddd8 (patch) | |
tree | 65d68583f1d694a8c80d2742c77aab68092bb947 /lux-mode | |
parent | 660c7fe6af927c6e668a86e44fd2f0a9b1fb8b8b (diff) |
Re-named "Ident" to "Name".
Diffstat (limited to '')
-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 cdad49f8b..778e38db6 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -244,7 +244,7 @@ Called by `imenu--generic-function'." "unit:" "scale:" "import:" ":" ":coerce" ":assume" ":of" ":cast" ":share" ":abstraction" ":representation" "^:representation" ":~" - "function" "case" "undefined" "ident-for" "static" + "function" "case" "undefined" "name-for" "static" "and" "or" "char" "exec" "let" "if" "cond" "do" "be" "open:" "loop" "recur" "comment" "for" |