diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:15:15 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-08-21 04:15:44 -0700 |
commit | 73cbb813cfea53e4162409f2adc0a793ab301894 (patch) | |
tree | 8dccd75fc2c6bcf1366e6b1ae3bceb4a800f62eb | |
parent | 9b99772cf4b24443e1c096bb1e847da4cf502543 (diff) |
; ChangeLog spelling fixes
-rw-r--r-- | lisp/ChangeLog.9 | 2 | ||||
-rw-r--r-- | lisp/erc/ChangeLog.1 | 4 | ||||
-rw-r--r-- | lisp/org/ChangeLog.1 | 2 | ||||
-rw-r--r-- | src/ChangeLog.12 | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index e527567a12..b2c36233bb 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -6523,7 +6523,7 @@ * ansi-color.el (ansi-color-process-output): Use markers instead of positions for start and end of region. (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 whenever an overlay was created up to the end of the region, which coincided with the process-mark. New text would then be added diff --git a/lisp/erc/ChangeLog.1 b/lisp/erc/ChangeLog.1 index 407beb47d7..1564496778 100644 --- a/lisp/erc/ChangeLog.1 +++ b/lisp/erc/ChangeLog.1 @@ -10324,8 +10324,8 @@ * TODO: TODO list created. Add comments and expand it. - * erc.el: - Fixed bug in query buffer handling (only happend in mixed-case situations) + * erc.el: Fixed bug in query buffer handling (only happened in + mixed-case situations) * erc.el: shapr checkdoc patch #1 massive docfixes! yay, keep going! diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 8c118ec7dd..2ef70b630b 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 @@ -2809,7 +2809,7 @@ * ox-html.el (org-html-style-default): New classes `footpara' and `footdef' for the footnotes paragraphs and definitions. (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 footnote. (org-html-container-element, org-html-divs): Mention that diff --git a/src/ChangeLog.12 b/src/ChangeLog.12 index b2df482ba7..a1ebd30c8e 100644 --- a/src/ChangeLog.12 +++ b/src/ChangeLog.12 @@ -4382,7 +4382,7 @@ * 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. (syms_of_nsterm): Remove comment about Panther and above for ns-antialias-text. |