; ChangeLog spelling fixes

This commit is contained in:
Paul Eggert 2016-08-21 04:15:15 -07:00
parent 9b99772cf4
commit 73cbb813cf
4 changed files with 5 additions and 5 deletions

View file

@ -6523,7 +6523,7 @@
* ansi-color.el (ansi-color-process-output): Use markers instead * ansi-color.el (ansi-color-process-output): Use markers instead
of positions for start and end of region. of positions for start and end of region.
(ansi-color-apply-on-region): Rewrote code to make it more robust. (ansi-color-apply-on-region): Rewrote code to make it more robust.
Previously, occasional mistakes happend when fontifying many Previously, occasional mistakes happened when fontifying many
chunks of output (eg. ls --color=yes /dev). This happened chunks of output (eg. ls --color=yes /dev). This happened
whenever an overlay was created up to the end of the region, which whenever an overlay was created up to the end of the region, which
coincided with the process-mark. New text would then be added coincided with the process-mark. New text would then be added

View file

@ -10324,8 +10324,8 @@
* TODO: TODO list created. * TODO: TODO list created.
Add comments and expand it. Add comments and expand it.
* erc.el: * erc.el: Fixed bug in query buffer handling (only happened in
Fixed bug in query buffer handling (only happend in mixed-case situations) mixed-case situations)
* erc.el: shapr checkdoc patch #1 * erc.el: shapr checkdoc patch #1
massive docfixes! yay, keep going! massive docfixes! yay, keep going!

View file

@ -2809,7 +2809,7 @@
* ox-html.el (org-html-style-default): New classes `footpara' and * ox-html.el (org-html-style-default): New classes `footpara' and
`footdef' for the footnotes paragraphs and definitions. `footdef' for the footnotes paragraphs and definitions.
(org-html-format-footnote-definition): Wrap the footnote (org-html-format-footnote-definition): Wrap the footnote
defintions into their own div. definitions into their own div.
(org-html-paragraph): Don't add extra <br/> after a paragraph in a (org-html-paragraph): Don't add extra <br/> after a paragraph in a
footnote. footnote.
(org-html-container-element, org-html-divs): Mention that (org-html-container-element, org-html-divs): Mention that

View file

@ -4382,7 +4382,7 @@
* nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506). * nsterm.m (ns_dumpglyphs_image): Only draw slice of image (Bug#12506).
* nsterm.m (ns_update_auto_hide_menu_bar): Remove defintion of * nsterm.m (ns_update_auto_hide_menu_bar): Remove definition of
MAC_OS_X_VERSION_10_6. MAC_OS_X_VERSION_10_6.
(syms_of_nsterm): Remove comment about Panther and above for (syms_of_nsterm): Remove comment about Panther and above for
ns-antialias-text. ns-antialias-text.