aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2015-04-05 23:40:54 -0700
committerPaul Eggert2015-04-05 23:43:22 -0700
commitb884ff380dc341ca8dc8fcfe4357110e191216ce (patch)
tree5575008cd120d1ec213fbc0d4255d7d6c642fd83 /etc
parent93ce8b33090d122c0548c386314b7ee804602fd3 (diff)
downloademacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.tar.gz
emacs-b884ff380dc341ca8dc8fcfe4357110e191216ce.zip
Spelling fix for 'hfy-optimizations'
* htmlfontify.el (hfy-optimizations): Rename from hfy-optimisations, with an obsolete alias. All uses changed.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6de8f030d94..cc3c6d1c235 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -756,6 +756,12 @@ integers.
756** New function `set-binary-mode' allows to switch a standard stream 756** New function `set-binary-mode' allows to switch a standard stream
757of the Emacs process to binary I/O mode. 757of the Emacs process to binary I/O mode.
758 758
759** Miscellaneous name change
760
761For consistency with the usual Emacs spelling, the Lisp variable
762`hfy-optimisations' has been renamed to `hfy-optimizations'.
763The old name should still work, as an obsolescent alias.
764
759 765
760* Changes in Frames and Windows Code in Emacs 25.1 766* Changes in Frames and Windows Code in Emacs 25.1
761 767