From 2c1edf5f62adbe1b698e21517a455a2bac09a025 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 25 Jan 2025 10:48:38 -0500 Subject: [PATCH] doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f3 Remove outdated `nil` element, as discussed in https://lists.gnu.org/archive/html/help-gnu-emacs/2025-01/msg00244.html --- doc/lispref/modes.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index aa13f1316c6..31d420eedb6 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -4121,7 +4121,7 @@ This variable is normally set through the ``other'' elements in @lisp (setq-local font-lock-defaults `(,python-font-lock-keywords - nil nil nil nil + nil nil nil (font-lock-syntactic-face-function . python-font-lock-syntactic-face-function))) @end lisp