changeset 109491:73388ad3c364

* lisp/ChangeLog: Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 23 Jul 2010 03:39:20 +0200
parents 715d5a9df4aa
children 2bd8f25ebb95 2dbdaf17fcfa c243b1f79073
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jul 23 03:29:46 2010 +0200
+++ b/lisp/ChangeLog	Fri Jul 23 03:39:20 2010 +0200
@@ -182,7 +182,7 @@
 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
-	now that unicode is used (Bug#6594).
+	now that Unicode is used (Bug#6594).
 
 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
 
@@ -259,15 +259,15 @@
 
 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
 
-	* language/tai-viet.el ("TaiViet"): Try to fix re-encoding
-	bugs. (Bug#5806)
+	* language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
+	(Bug#5806)
 
 	* language/tv-util.el (tai-viet-re): Remove format.
 
 2010-07-12  Kenichi Handa  <handa@m17n.org>
 
-	* language/hebrew.el: Remove no-byte-compile declaration.  Change
-	coding: tag to utf-8.  Register hebrew-shape-gstring in
+	* language/hebrew.el: Remove no-byte-compile declaration.
+	Change coding: tag to utf-8.  Register hebrew-shape-gstring in
 	composition-function-table for 3-character looking back.
 	(hebrew-font-get-precomposed): New function.
 	(hebrew-shape-gstring): Utilize precomposed glyphs if available.
@@ -484,7 +484,7 @@
 	Make sure `flyspell-word' re-checks word after function run (Bug#6504).
 
 	* textmodes/ispell.el (ispell-init-process): Make sure ispell and
-	default directories are expanded. (Bug#6143).
+	default directories are expanded (Bug#6143).
 
 2010-06-24  Juri Linkov  <juri@jurta.org>
 
@@ -767,7 +767,7 @@
 
 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
 
-	* calc/calc-poly.el: (math-accum-factors):  Make sure that
+	* calc/calc-poly.el (math-accum-factors): Make sure that
 	constants aren't distributed after they are factored out.
 
 2010-06-16  Juri Linkov  <juri@jurta.org>
@@ -4604,7 +4604,7 @@
 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
 
 	* net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
-	also in case of (and (not full) (not wildcard)). This is needed,
+	also in case of (and (not full) (not wildcard)).  This is needed
 	when dired is called with a list of files, which are not in
 	`default-directory'.  (Bug#5478)
 
@@ -11093,7 +11093,7 @@
 
 	* textmodes/fill.el: Convert to utf-8 encoding.
 	(fill-french-nobreak-p): Remove redundant » and « inherited from our
-	pre-unicode days.
+	pre-Unicode days.
 
 	* add-log.el (change-log-fill-forward-paragraph): New function.
 	(change-log-mode): Use it so fill-region DTRT.