From: Stefan Monnier Date: Sat, 25 Jan 2025 15:48:38 +0000 (-0500) Subject: doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5be22ca5bddd52c951cb94f30dcfaa2c37b97705;p=emacs.git 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 (cherry picked from commit 2c1edf5f62adbe1b698e21517a455a2bac09a025) --- diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 0c506bc1864..03f0ba9e47f 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -4092,7 +4092,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