From: Lars Ingebrigtsen Date: Thu, 10 Sep 2020 20:52:47 +0000 (+0200) Subject: Fix the font-lock-debug-fontify NEWS entry X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1304^2~338 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f3373901e5;p=emacs.git Fix the font-lock-debug-fontify NEWS entry * etc/NEWS: Fix the name of `font-lock-debug-fontify' (bug#43319). --- diff --git a/etc/NEWS b/etc/NEWS index 2571108c9ee..57fdada3573 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -651,7 +651,7 @@ same as the 'C-x C-+' and 'C-x C--' commands. This new command (which inserts an _ skeleton) is bound to 'C-c C-c #'. -** New command 'font-lock-refontify'. +** New command 'font-lock-debug-fontify'. This is an interactive convenience function to be used when developing font locking for a mode. It recomputes the font locking data and then re-fontifies the buffer.