From bd1523278490c1d07a82ad9deb481ebf29e61fdb Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 20 Aug 2018 18:53:24 -0400 Subject: Fixed type in lux-mode. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 3b97d4718..2fd94069e 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -264,7 +264,7 @@ Called by `imenu--generic-function'." (actor (altRE "actor:" "message:" "on:")) (jvm-host (altRE "class:" "interface:" "import:" "object" "do-to" "synchronized" "class-for")) (alternative-format (altRE "char" "bin" "oct" "hex")) - (documentation (altRE "doc""comment")) + (documentation (altRE "doc" "comment")) (function-application (altRE "|>" "|>>" "<|" "<<|" "_\\$" "\\$_"))) (let ((control (altRE control//flow control//pattern-matching -- cgit v1.2.3