diff options
| author | Lars Ingebrigtsen | 2020-09-10 22:52:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-10 22:53:02 +0200 |
| commit | f3373901e5cc6c198cc36af29f9e2f64402f3e9e (patch) | |
| tree | 5dbdbc6ef2181da548a680c2be8779cbdb615580 | |
| parent | 366a97c980f068a3ed665d337d644ee58cd25ca0 (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -651,7 +651,7 @@ same as the 'C-x C-+' and 'C-x C--' commands. | |||
| 651 | This new command (which inserts an <a id="foo">_</a> skeleton) is | 651 | This new command (which inserts an <a id="foo">_</a> skeleton) is |
| 652 | bound to 'C-c C-c #'. | 652 | bound to 'C-c C-c #'. |
| 653 | 653 | ||
| 654 | ** New command 'font-lock-refontify'. | 654 | ** New command 'font-lock-debug-fontify'. |
| 655 | This is an interactive convenience function to be used when developing | 655 | This is an interactive convenience function to be used when developing |
| 656 | font locking for a mode. It recomputes the font locking data and then | 656 | font locking for a mode. It recomputes the font locking data and then |
| 657 | re-fontifies the buffer. | 657 | re-fontifies the buffer. |