From a3f79f9da145c6a7b5f59bc16fd17237c573629e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 5 May 2026 21:40:48 +0300 Subject: [PATCH] ; * lisp/progmodes/elisp-mode.el (elisp-fontify-semantically): Fix typo. --- lisp/progmodes/elisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index b12f406cc19..6ccbe14f265 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -289,7 +289,7 @@ of highlighting \"semantic highlighting\". If `elisp-add-help-echo' is non-nil, also annotate the symbol with the `help-echo' text property. If `cursor-sensor-mode' is enabled, also -arrange for all occurrences of the each local variable to be highlighted +arrange for all occurrences of each local variable to be highlighted with the `elisp-variable-at-point' face whenever point is on any of that variable's occurrences.