]> git.eshelyaron.com Git - emacs.git/commitdiff
doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f3
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 25 Jan 2025 15:48:38 +0000 (10:48 -0500)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:08:57 +0000 (12:08 +0100)
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)

doc/lispref/modes.texi

index 0c506bc1864c7d624d521706bbd132c57e0240be..03f0ba9e47fdf6cc6962c134fc6e604a63257a9c 100644 (file)
@@ -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