diff options
| author | Eli Zaretskii | 2023-11-11 11:05:58 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-11-11 11:05:58 +0200 |
| commit | 81f84b00a5d2f1f714537c375c2102c512e522b1 (patch) | |
| tree | 804326376d9a9ee9eb936771e364f75fb68d8409 | |
| parent | 434592b07466901bbe85f906ce25f2584d30bc4d (diff) | |
| download | emacs-81f84b00a5d2f1f714537c375c2102c512e522b1.tar.gz emacs-81f84b00a5d2f1f714537c375c2102c512e522b1.zip | |
; * doc/lispref/modes.texi (Other Font Lock Variables): Add link.
| -rw-r--r-- | doc/lispref/modes.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index 8cdbe1149ca..78e73359b6d 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi | |||
| @@ -3607,7 +3607,9 @@ errors are suppressed, is instead run by a timer. Thus, this mode | |||
| 3607 | allows using debugging aids such as @code{debug-on-error} | 3607 | allows using debugging aids such as @code{debug-on-error} |
| 3608 | (@pxref{Error Debugging}) and Edebug (@pxref{Edebug}) for finding and | 3608 | (@pxref{Error Debugging}) and Edebug (@pxref{Edebug}) for finding and |
| 3609 | fixing problems in font-lock code and any other code run by JIT | 3609 | fixing problems in font-lock code and any other code run by JIT |
| 3610 | font-lock. | 3610 | font-lock. Another command that could be useful when developing and |
| 3611 | debugging font-lock is @code{font-lock-debug-fontify}, see @ref{Font | ||
| 3612 | Lock Basics}. | ||
| 3611 | @end deffn | 3613 | @end deffn |
| 3612 | 3614 | ||
| 3613 | @node Levels of Font Lock | 3615 | @node Levels of Font Lock |