diff options
| author | Paul Eggert | 2015-04-05 23:40:54 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-04-05 23:43:22 -0700 |
| commit | b884ff380dc341ca8dc8fcfe4357110e191216ce (patch) | |
| tree | 5575008cd120d1ec213fbc0d4255d7d6c642fd83 /etc | |
| parent | 93ce8b33090d122c0548c386314b7ee804602fd3 (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -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 |
| 757 | of the Emacs process to binary I/O mode. | 757 | of the Emacs process to binary I/O mode. |
| 758 | 758 | ||
| 759 | ** Miscellaneous name change | ||
| 760 | |||
| 761 | For consistency with the usual Emacs spelling, the Lisp variable | ||
| 762 | `hfy-optimisations' has been renamed to `hfy-optimizations'. | ||
| 763 | The 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 | ||