aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-08-20 18:53:24 -0400
committerEduardo Julian2018-08-20 18:53:24 -0400
commitbd1523278490c1d07a82ad9deb481ebf29e61fdb (patch)
tree589f2c8ceb3bf07e7cb367fe3745797348752007 /lux-mode
parentbbf5fb06275b3eef9c9209713e1d667b41d8ec47 (diff)
Fixed type in lux-mode.
Diffstat (limited to 'lux-mode')
-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 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