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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~91 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2c1edf5f62adbe1b698e21517a455a2bac09a025;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 --- 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