diff options
| author | Gregory Heytings | 2021-03-20 08:54:07 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-03-20 10:01:19 +0100 |
| commit | f85b66d9b02ed440fc08e5c4dc987bbff9be97d6 (patch) | |
| tree | 8fd50d62a897f0fbcf1687cc16d1984a14837194 | |
| parent | 1f63f704d18b1c62be6e990bde3864da2bdfe3b5 (diff) | |
| download | emacs-f85b66d9b02ed440fc08e5c4dc987bbff9be97d6.tar.gz emacs-f85b66d9b02ed440fc08e5c4dc987bbff9be97d6.zip | |
* etc/NEWS: Small corrections for the new command 'font-lock-update'
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -254,8 +254,8 @@ search buffer due to too many matches being highlighted. | |||
| 254 | The 'C-x x' keymap now holds keystrokes for various buffer-oriented | 254 | The 'C-x x' keymap now holds keystrokes for various buffer-oriented |
| 255 | commands. The new keystrokes are 'C-x x g' ('revert-buffer'), | 255 | commands. 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. |
| 2275 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' | 2275 | Use 'M-x font-lock-fontify-block' instead, or the new 'C-x x f' |
| 2276 | command, which toggles fontification in the current buffer. | 2276 | command, 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. |
| 2279 | For about a decade, the backslash character has no longer had a | 2279 | For about a decade, the backslash character has no longer had a |