aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2020-09-10 22:52:47 +0200
committerLars Ingebrigtsen2020-09-10 22:53:02 +0200
commitf3373901e5cc6c198cc36af29f9e2f64402f3e9e (patch)
tree5dbdbc6ef2181da548a680c2be8779cbdb615580
parent366a97c980f068a3ed665d337d644ee58cd25ca0 (diff)
downloademacs-f3373901e5cc6c198cc36af29f9e2f64402f3e9e.tar.gz
emacs-f3373901e5cc6c198cc36af29f9e2f64402f3e9e.zip
Fix the font-lock-debug-fontify NEWS entry
* etc/NEWS: Fix the name of `font-lock-debug-fontify' (bug#43319).
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.
651This new command (which inserts an <a id="foo">_</a> skeleton) is 651This new command (which inserts an <a id="foo">_</a> skeleton) is
652bound to 'C-c C-c #'. 652bound to 'C-c C-c #'.
653 653
654** New command 'font-lock-refontify'. 654** New command 'font-lock-debug-fontify'.
655This is an interactive convenience function to be used when developing 655This is an interactive convenience function to be used when developing
656font locking for a mode. It recomputes the font locking data and then 656font locking for a mode. It recomputes the font locking data and then
657re-fontifies the buffer. 657re-fontifies the buffer.