diff options
| author | Paul Eggert | 2017-04-06 19:26:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-04-06 19:27:00 -0700 |
| commit | cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e (patch) | |
| tree | e094071e0ac90a45a455679ea98ecea9764997a6 /etc | |
| parent | cd0a7951fb762570c4b9c2cdbb43c94cb68910d4 (diff) | |
| download | emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.tar.gz emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.zip | |
; Spelling and punctuation fixes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -771,7 +771,7 @@ processes on exit. | |||
| 771 | ** HTML | 771 | ** HTML |
| 772 | 772 | ||
| 773 | +++ | 773 | +++ |
| 774 | *** A new submode of `html-mode', `mthml-mode', is now the default | 774 | *** A new submode of 'html-mode', 'mhtml-mode', is now the default |
| 775 | mode for *.html files. This mode handles indentation, | 775 | mode for *.html files. This mode handles indentation, |
| 776 | fontification, and commenting for embedded JavaScript and CSS. | 776 | fontification, and commenting for embedded JavaScript and CSS. |
| 777 | 777 | ||
| @@ -785,9 +785,9 @@ similarly but it doesn't prepend a '.'. | |||
| 785 | 785 | ||
| 786 | +++ | 786 | +++ |
| 787 | ** Certain cond/pcase/cl-case forms are now compiled using a faster jump | 787 | ** Certain cond/pcase/cl-case forms are now compiled using a faster jump |
| 788 | table implementation. This uses a new bytecode op `switch', which isn't | 788 | table implementation. This uses a new bytecode op 'switch', which isn't |
| 789 | compatible with previous Emacs versions. This functionality can be disabled | 789 | compatible with previous Emacs versions. This functionality can be disabled |
| 790 | by setting `byte-compile-cond-use-jump-table' to nil. | 790 | by setting 'byte-compile-cond-use-jump-table' to nil. |
| 791 | 791 | ||
| 792 | +++ | 792 | +++ |
| 793 | ** Resizing a frame no longer runs 'window-configuration-change-hook'. | 793 | ** Resizing a frame no longer runs 'window-configuration-change-hook'. |