aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog.6
diff options
context:
space:
mode:
authorGlenn Morris2008-06-27 02:41:14 +0000
committerGlenn Morris2008-06-27 02:41:14 +0000
commit6772c8e169a6a56ee387373a00a65bd3a3070725 (patch)
tree4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/ChangeLog.6
parent04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff)
downloademacs-6772c8e169a6a56ee387373a00a65bd3a3070725.tar.gz
emacs-6772c8e169a6a56ee387373a00a65bd3a3070725.zip
American English spelling fix.
Diffstat (limited to 'lisp/ChangeLog.6')
-rw-r--r--lisp/ChangeLog.64
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index f39682479bc..c4c00ffb082 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -4591,7 +4591,7 @@
45911995-12-13 Simon Marshall <simon@duality.gnu.ai.mit.edu> 45911995-12-13 Simon Marshall <simon@duality.gnu.ai.mit.edu>
4592 4592
4593 * faces.el (modify-face): Take extra optional arg FRAME. 4593 * faces.el (modify-face): Take extra optional arg FRAME.
4594 Use face-try-color-list to change foreground and background colours. 4594 Use face-try-color-list to change foreground and background colors.
4595 If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the 4595 If BOLD-P, ITALIC-P or UNDERLINE-P not nil or t, don't change the
4596 display attribute corresponding to that arg. Doc fix. 4596 display attribute corresponding to that arg. Doc fix.
4597 4597
@@ -5477,7 +5477,7 @@
5477 5477
54781995-10-26 Simon Marshall <simon@duality.gnu.ai.mit.edu> 54781995-10-26 Simon Marshall <simon@duality.gnu.ai.mit.edu>
5479 5479
5480 * font-lock.el: General reorganisation. 5480 * font-lock.el: General reorganization.
5481 (font-lock-fontify-syntactically-region): Renamed from 5481 (font-lock-fontify-syntactically-region): Renamed from
5482 font-lock-fontify-region. Assume that region end-points are at bol. 5482 font-lock-fontify-region. Assume that region end-points are at bol.
5483 Don't bother wrapping with save-excursion; caller does this. 5483 Don't bother wrapping with save-excursion; caller does this.