From 2acb13b1296464309bfc6661ce298af5f216a1f1 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 1 Dec 2006 14:12:04 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 12 ++++++++---- lisp/descr-text.el | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f626725e117..fd3a2a50103 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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-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. diff --git a/lisp/descr-text.el b/lisp/descr-text.el index 6200be63d68..8fb28930fbf 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -185,13 +185,13 @@ otherwise." (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" -- 2.39.2