From 94e5802f594a73245fce0fbd885103b8bf210d57 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 2 Dec 2022 19:33:00 -0400 Subject: Added some simple time-series handling machinery. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode/lux-mode.el') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 81e2146de..8a9ce79ed 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -380,7 +380,7 @@ Called by `imenu--generic-function'." (type//capability (altRE "capability")) ;; Data (data//record (altRE "the" "has" "revised")) - (data//interface (altRE "use" "implementation" "with" "at")) + (data//interface (altRE "use" "implementation" "with" "of")) (data//implicit (altRE "implicitly" "a/an" "a" "an")) (data//collection (altRE "list" "sequence" "tree")) ;; Code -- cgit v1.2.3