summaryrefslogtreecommitdiff
path: root/src/ChangeLog.10
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-14 22:00:24 +0100
commit0b381c7eb83c635f39159168a48c869d632d8081 (patch)
tree32ad79519ce958dc2dbcdcd357d37d652314edb1 /src/ChangeLog.10
parent8350f087efe62e2ce0ded434534629a56cdc4e8c (diff)
downloademacs-0b381c7eb83c635f39159168a48c869d632d8081.tar.gz
Fix typos.
Diffstat (limited to 'src/ChangeLog.10')
-rw-r--r--src/ChangeLog.104
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 9b61d107059..beb66847253 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -19139,7 +19139,7 @@
(font_rescale_ratio): New function.
(split_font_name): If NUMERIC_P is nonzero, set font->rescale_ratio.
(better_font_p): On comparing point sized, pay attention to
- recale_ratio member of fonts.
+ rescale_ratio member of fonts.
(build_scalable_font_name): Reflect font->rescale_ratio in the
font name.
(syms_of_xfaces): Declare Vface_font_rescale_alist as a Lisp variable.
@@ -22780,7 +22780,7 @@
2002-07-23 Kenichi Handa <handa@etl.go.jp>
* xdisp.c (face_before_or_after_it_pos):
- Call FETCH_MULTIBYTE_CHAR with byte postion, not char position.
+ Call FETCH_MULTIBYTE_CHAR with byte position, not char position.
2002-07-22 Juanma Barranquero <lektu@terra.es>