aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2017-04-06 19:26:28 -0700
committerPaul Eggert2017-04-06 19:27:00 -0700
commitcea942e5a6c1dbf498a2390d1fcc78ffc5908c9e (patch)
treee094071e0ac90a45a455679ea98ecea9764997a6 /etc
parentcd0a7951fb762570c4b9c2cdbb43c94cb68910d4 (diff)
downloademacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.tar.gz
emacs-cea942e5a6c1dbf498a2390d1fcc78ffc5908c9e.zip
; Spelling and punctuation fixes
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 43de4b9168c..aaca229d5cd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
788table implementation. This uses a new bytecode op `switch', which isn't 788table implementation. This uses a new bytecode op 'switch', which isn't
789compatible with previous Emacs versions. This functionality can be disabled 789compatible with previous Emacs versions. This functionality can be disabled
790by setting `byte-compile-cond-use-jump-table' to nil. 790by 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'.