File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2738,11 +2738,11 @@ This function should make sure the region between @var{beg} and
2738
2738
accessible portion. Calls the function specified by
2739
2739
@code {font-lock-ensure-function }.
2740
2740
2741
- @item font-lock-refontify
2741
+ @item font-lock-debug-fontify
2742
2742
This is a convenience command meant to be used when developing font
2743
2743
locking for a mode, and should not be called from Lisp code. It
2744
2744
recomputes all the relevant variables and then calls
2745
- @code {font-lock-ensure } on the entire buffer.
2745
+ @code {font-lock-fontify-region } on the entire buffer.
2746
2746
@end ftable
2747
2747
2748
2748
There are several variables that control how Font Lock mode highlights
Original file line number Diff line number Diff line change @@ -1100,8 +1100,8 @@ accessible portion of the current buffer."
1100
1100
" Function to make sure a region has been fontified.
1101
1101
Called with two arguments BEG and END." )
1102
1102
1103
- (defun font-lock-refontify ()
1104
- " Reinitialise the font-lock machinery and re-fontify the buffer.
1103
+ (defun font-lock-debug-fontify ()
1104
+ " Reinitialise the font-lock machinery and ( re-) fontify the buffer.
1105
1105
This functions is a convenience functions when developing font
1106
1106
locking for a mode, and is not meant to be called from lisp functions."
1107
1107
(interactive )
You can’t perform that action at this time.
0 commit comments