diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 20:35:27 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-11-20 20:35:27 +0100 |
commit | fe7a3057a38e896a9c4ad12c831fb84a5d808691 (patch) | |
tree | bcb23e440925fde576409d960a71ee6df320331a /lisp/descr-text.el | |
parent | 09f5d05492b6c78421c71858d0d5c4434218b8fc (diff) | |
download | emacs-fe7a3057a38e896a9c4ad12c831fb84a5d808691.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index c175bd7c3c7..8b7fa89a19b 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -221,7 +221,7 @@ At the time of writing it is at the URL file)) (defun describe-char-unicode-data (char) - "Return a list of Unicode data for unicode CHAR. + "Return a list of Unicode data for Unicode CHAR. Each element is a list of a property description and the property value. The list is null if CHAR isn't found in `describe-char-unicodedata-file'. This function is semi-obsolete. Use `get-char-code-property'." |