aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lux-mode/lux-mode.el')
-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 7349017a2..0e1d21866 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -376,7 +376,7 @@ Called by `imenu--generic-function'."
(type//dynamic (altRE ":dynamic" "/.:static"))
(type//capability (altRE "capability:"))
;; Data
- (data//record (altRE "get@" "set@" "update@"))
+ (data//record (altRE "value@" "with@" "revised@"))
(data//interface (altRE "open:" "implementation" "\\\\"))
(data//implicit (altRE "implicit:" "\\\\\\\\"))
(data//collection (altRE "list" "list&" "row" "tree"))