aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2018-07-11 19:54:39 -0400
committerEduardo Julian2018-07-11 19:54:39 -0400
commit18e1b3355e9bc7dfe3152416fe6ad4e3fe415af9 (patch)
treeb93081e7b258557628b1bfba3280d377198f0059 /lux-mode/lux-mode.el
parentfdfd7036806fe62ffaf054b61fbf16bbfb002b7c (diff)
- Re-named "type-of" to ":of".
Diffstat (limited to '')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 936b261a7..54eab4e63 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -225,7 +225,7 @@ Called by `imenu--generic-function'."
"abstract:"
"unit:" "scale:"
"import:"
- ":" ":coerce" ":assume" ":cast" ":share" ":abstraction" ":representation" "^:representation" ":~"
+ ":" ":coerce" ":assume" ":of" ":cast" ":share" ":abstraction" ":representation" "^:representation" ":~"
"function" "case" "undefined" "ident-for" "static"
"and" "or"
"char"