From 91a1f21f3c75750217d272554bc8a341f075f82d Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 15 Nov 2022 20:07:38 -0400 Subject: Now documenting dependers and dependees. --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode/lux-mode.el') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index e01bf3121..5418fa683 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -396,7 +396,7 @@ Called by `imenu--generic-function'." (function-definition (altRE "function" "|>>" "<<|" "program")) (remember (altRE "remember" "to_do" "fix_me")) - (extension (altRE "analysis" "synthesis" "generation" "declaration")) + (extension (altRE "analysis" "synthesis" "translation" "declaration")) (definition (altRE "\\.require" "def" "inlined" "type"))) (let ((control (altRE control//flow @@ -592,7 +592,7 @@ This function also returns nil meaning don't specify the indentation." ("analysis" 'defun) ("synthesis" 'defun) - ("generation" 'defun) + ("translation" 'defun) ("declaration" 'defun) ("class" 'defun) -- cgit v1.2.3