From 7976268575e7c6910dfba2d2733e8cc1883678e7 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 8 Jul 2022 17:47:23 -0400 Subject: Re-named the "documentation" macro to "definition". --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index ba7416b05..c2c3294d0 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -390,7 +390,7 @@ Called by `imenu--generic-function'." ;; Miscellaneous (jvm-host (altRE "import" "export" "class" "interface" "object" "synchronized" "class_for")) (alternative-format (altRE "char" "bin" "oct" "hex")) - (documentation (altRE "comment" "documentation")) + (documentation (altRE "comment")) (function-application (altRE "|>" "<|" "left" "right" "all")) (function-definition (altRE "function" "|>>" "<<|")) (remember (altRE "remember" "to_do" "fix_me")) @@ -601,7 +601,7 @@ This function also returns nil meaning don't specify the indentation." ("export" 'defun) ("comment" 'defun) - ("documentation" 'defun) + ("definition" 'defun) ("sharing" 'defun) ("by_example" 'defun) -- cgit v1.2.3