# HG changeset patch # User Juanma Barranquero # Date 1164982324 0 # Node ID 25c9571827a2b1083ce3bc7e532fd3f10b33f021 # Parent 6d42e0eb1e0a644e682810b552ff0b44e4b464fd *** empty log message *** diff -r 6d42e0eb1e0a -r 25c9571827a2 lisp/ChangeLog --- 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 + + * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring. + 2006-12-01 Vinicius Jose Latorre * 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 - * 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. diff -r 6d42e0eb1e0a -r 25c9571827a2 lisp/descr-text.el --- 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"