changeset 74356:25c9571827a2

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 01 Dec 2006 14:12:04 +0000
parents 6d42e0eb1e0a
children c0a1364dc5de
files lisp/ChangeLog lisp/descr-text.el
diffstat 2 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Dec 01 13:36:26 2006 +0000
+++ b/lisp/ChangeLog	Fri Dec 01 14:12:04 2006 +0000
@@ -1,8 +1,12 @@
+2006-12-01  Juanma Barranquero  <lekktu@gmail.com>
+
+	* descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
+
 2006-12-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
 	* ps-mule.el: Eliminate Emacs 20 compatibility.
 
-	* ps-print.el : Eliminate Emacs 20 & 21 compatibility.
+	* ps-print.el: Eliminate Emacs 20 & 21 compatibility.
 	(ps-print-version): New Version 6.7.
 	(ps-print-quote): Replace '?\ ' by '?\s'.
 
@@ -56,12 +60,12 @@
 
 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-	* ps-bdf.el : Fix maintainer email.
-
-	* ps-mule.el : Fix maintainer email.  Define functions for Emacs 20
+	* ps-bdf.el: Fix maintainer email.
+
+	* ps-mule.el: Fix maintainer email.  Define functions for Emacs 20
 	compatibility.
 
-	* ps-print.el : Fix maintainer email.  Define functions for Emacs 20 &
+	* ps-print.el: Fix maintainer email.  Define functions for Emacs 20 &
 	21 compatibility.
 	(ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
 	Emacs 20 & 21.
--- a/lisp/descr-text.el	Fri Dec 01 13:36:26 2006 +0000
+++ b/lisp/descr-text.el	Fri Dec 01 14:12:04 2006 +0000
@@ -185,13 +185,13 @@
 
 (defcustom describe-char-unicodedata-file nil
   "Location of Unicode data file.
-This is the UnicodeData.txt file from the Unicode consortium, used for
+This is the UnicodeData.txt file from the Unicode Consortium, used for
 diagnostics.  If it is non-nil `describe-char' will print data
 looked up from it.  This facility is mostly of use to people doing
 multilingual development.
 
-This is a fairly large file, not typically present on GNU systems.  At
-the time of writing it is at the URL
+This is a fairly large file, not typically present on GNU systems.
+At the time of writing it is at the URL
 `http://www.unicode.org/Public/UNIDATA/UnicodeData.txt'."
   :group 'mule
   :version "22.1"