From c0afa1c3c69a0194f7eb7ec4ce890125a512f14e Mon Sep 17 00:00:00 2001 From: Gregory Heytings Date: Fri, 19 Mar 2021 12:56:15 +0000 Subject: [PATCH] * etc/NEWS: Small corrections for the new command 'font-lock-update' --- etc/NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 6dda3423c1..fee0009da6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -254,8 +254,8 @@ search buffer due to too many matches being highlighted. The 'C-x x' keymap now holds keystrokes for various buffer-oriented commands. The new keystrokes are 'C-x x g' ('revert-buffer'), 'C-x x r' ('rename-buffer'), 'C-x x u' ('rename-uniquely'), 'C-x x n' -('clone-buffer'), 'C-x x i' ('insert-buffer') and 'C-x x t' -('toggle-truncate-lines'). +('clone-buffer'), 'C-x x i' ('insert-buffer'), 'C-x x t' +('toggle-truncate-lines') and 'C-x x f' ('font-lock-update'). --- ** Commands 'set-frame-width' and 'set-frame-height' can now get their @@ -2270,7 +2270,7 @@ Use 'M-x center-line' and 'M-x center-paragraph' instead. ** The 'M-o M-o' global binding has been removed. Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' -command, which toggles fontification in the current buffer. +command, which updates the syntax highlighting in the current buffer. ** In 'f90-mode', the backslash character ('\') no longer escapes. For about a decade, the backslash character has no longer had a -- 2.30.1