[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 2c1edf5f62a: doc/lispref/modes.texi (Syntactic Font Lock): Upda
From: |
Stefan Monnier |
Subject: |
emacs-30 2c1edf5f62a: doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f3 |
Date: |
Sat, 25 Jan 2025 10:48:49 -0500 (EST) |
branch: emacs-30
commit 2c1edf5f62adbe1b698e21517a455a2bac09a025
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 2c1edf5f62a: doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f3,
Stefan Monnier <=