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 /lisp/ChangeLog.9 | |
parent | 9b99772cf4b24443e1c096bb1e847da4cf502543 (diff) | |
download | emacs-73cbb813cfea53e4162409f2adc0a793ab301894.tar.gz |
; ChangeLog spelling fixes
Diffstat (limited to 'lisp/ChangeLog.9')
-rw-r--r-- | lisp/ChangeLog.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index e527567a124..b2c36233bb3 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 |