doc/lispref/modes.texi (Syntactic Font Lock): Update for commit 644c6b414f
Remove outdated `nil` element, as discussed in https://lists.gnu.org/archive/html/help-gnu-emacs/2025-01/msg00244.html
This commit is contained in:
parent
67903f5909
commit
2c1edf5f62
1 changed files with 1 additions and 1 deletions
|
@ -4121,7 +4121,7 @@ This variable is normally set through the ``other'' elements in
|
||||||
@lisp
|
@lisp
|
||||||
(setq-local font-lock-defaults
|
(setq-local font-lock-defaults
|
||||||
`(,python-font-lock-keywords
|
`(,python-font-lock-keywords
|
||||||
nil nil nil nil
|
nil nil nil
|
||||||
(font-lock-syntactic-face-function
|
(font-lock-syntactic-face-function
|
||||||
. python-font-lock-syntactic-face-function)))
|
. python-font-lock-syntactic-face-function)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
Loading…
Add table
Reference in a new issue