]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Dec 2006 14:12:04 +0000 (14:12 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 1 Dec 2006 14:12:04 +0000 (14:12 +0000)
lisp/ChangeLog
lisp/descr-text.el

index f626725e117b621887289e7c4dc0cf003343a3c1..fd3a2a501037c3bf61aa29f72cc7ad0dcf3b0f88 100644 (file)
@@ -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'.
 
 
 2006-11-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
-       * ps-bdf.el : Fix maintainer email.
+       * ps-bdf.el: Fix maintainer email.
 
-       * ps-mule.el : Fix maintainer email.  Define functions for Emacs 20
+       * 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.
index 6200be63d68efe2eb22f2b7c6604bdb2cbe877b6..8fb28930fbf84c0758b934940a40e4d5037a78ad 100644 (file)
@@ -185,13 +185,13 @@ otherwise."
 \f
 (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"