]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/modes.texi (Other Font Lock Variables): Add link.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Nov 2023 09:05:58 +0000 (11:05 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Nov 2023 09:05:58 +0000 (11:05 +0200)
doc/lispref/modes.texi

index 8cdbe1149cabbae47357eacbe4311ffbb71dcebf..78e73359b6d54115747e6ab783f0c0fa5b394370 100644 (file)
@@ -3607,7 +3607,9 @@ errors are suppressed, is instead run by a timer.  Thus, this mode
 allows using debugging aids such as @code{debug-on-error}
 (@pxref{Error Debugging}) and Edebug (@pxref{Edebug}) for finding and
 fixing problems in font-lock code and any other code run by JIT
-font-lock.
+font-lock.  Another command that could be useful when developing and
+debugging font-lock is @code{font-lock-debug-fontify}, see @ref{Font
+Lock Basics}.
 @end deffn
 
 @node Levels of Font Lock