From 738cd67f00ef34dfd420260860b5a5bbae343eff Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 6 Nov 2024 08:42:48 -0800 Subject: [PATCH] Fix latex-help.el --- elisp/latex-help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/latex-help.el b/elisp/latex-help.el index 555939b..4a94207 100644 --- a/elisp/latex-help.el +++ b/elisp/latex-help.el @@ -225,7 +225,7 @@ The following are some examples: (looking-at (rx "\\" (group (+ (not (any " " "\n" "(" "{" "[" "|" - "}" "]" ")"))))))) + "}" "]" ")" "%"))))))) (let ((cmd (match-string-no-properties 1))) (if (> (match-end 1) orig-point) (cons cmd 'command)