diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-01-28 17:07:57 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-01-28 17:07:57 +0000 |
commit | 2a4960f909c831e16dc4e85fec39652f9a601bed (patch) | |
tree | 6b36322aa9c056e08faca38e0455c627beee8281 /lisp/descr-text.el | |
parent | 5c243ee4377a8c2328167147ddec963a1ba988de (diff) | |
download | emacs-2a4960f909c831e16dc4e85fec39652f9a601bed.tar.gz |
(describe-char-unicodedata-file): Docstring fix.
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 514958484b2..5ab2fec4fad 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el @@ -217,7 +217,7 @@ otherwise." (defcustom describe-char-unicodedata-file nil "Location of Unicode data file. This is the UnicodeData.txt file from the Unicode consortium, used for -diagnostics. If it is non-nil `describe-char-after' will print data +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. |