summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2006-12-01 14:12:04 +0000
committerJuanma Barranquero <lekktu@gmail.com>2006-12-01 14:12:04 +0000
commit2acb13b1296464309bfc6661ce298af5f216a1f1 (patch)
tree67a8f82d0414fcce04beefaed2e6c4cd5c6a5825 /lisp
parent055596daa6e33ecb2e7144a354e5626d4e8d3af7 (diff)
downloademacs-2acb13b1296464309bfc6661ce298af5f216a1f1.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/descr-text.el6
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 <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-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"