aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fb8fa322a12..842f6600482 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -254,8 +254,8 @@ search buffer due to too many matches being highlighted.
254The 'C-x x' keymap now holds keystrokes for various buffer-oriented 254The 'C-x x' keymap now holds keystrokes for various buffer-oriented
255commands. The new keystrokes are 'C-x x g' ('revert-buffer'), 255commands. The new keystrokes are 'C-x x g' ('revert-buffer'),
256'C-x x r' ('rename-buffer'), 'C-x x u' ('rename-uniquely'), 'C-x x n' 256'C-x x r' ('rename-buffer'), 'C-x x u' ('rename-uniquely'), 'C-x x n'
257('clone-buffer'), 'C-x x i' ('insert-buffer') and 'C-x x t' 257('clone-buffer'), 'C-x x i' ('insert-buffer'), 'C-x x t'
258('toggle-truncate-lines'). 258('toggle-truncate-lines') and 'C-x x f' ('font-lock-update').
259 259
260--- 260---
261** Commands 'set-frame-width' and 'set-frame-height' can now get their 261** Commands 'set-frame-width' and 'set-frame-height' can now get their
@@ -2273,7 +2273,7 @@ Use 'M-x center-line' and 'M-x center-paragraph' instead.
2273 2273
2274** The 'M-o M-o' global binding has been removed. 2274** The 'M-o M-o' global binding has been removed.
2275Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' 2275Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f'
2276command, which toggles fontification in the current buffer. 2276command, which updates the syntax highlighting in the current buffer.
2277 2277
2278** In 'f90-mode', the backslash character ('\') no longer escapes. 2278** In 'f90-mode', the backslash character ('\') no longer escapes.
2279For about a decade, the backslash character has no longer had a 2279For about a decade, the backslash character has no longer had a