aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-01-28 17:07:57 +0000
committerStefan Monnier2005-01-28 17:07:57 +0000
commit2a4960f909c831e16dc4e85fec39652f9a601bed (patch)
tree6b36322aa9c056e08faca38e0455c627beee8281
parent5c243ee4377a8c2328167147ddec963a1ba988de (diff)
downloademacs-2a4960f909c831e16dc4e85fec39652f9a601bed.tar.gz
emacs-2a4960f909c831e16dc4e85fec39652f9a601bed.zip
(describe-char-unicodedata-file): Docstring fix.
-rw-r--r--lisp/descr-text.el2
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."
217(defcustom describe-char-unicodedata-file nil 217(defcustom describe-char-unicodedata-file nil
218 "Location of Unicode data file. 218 "Location of Unicode data file.
219This is the UnicodeData.txt file from the Unicode consortium, used for 219This is the UnicodeData.txt file from the Unicode consortium, used for
220diagnostics. If it is non-nil `describe-char-after' will print data 220diagnostics. If it is non-nil `describe-char' will print data
221looked up from it. This facility is mostly of use to people doing 221looked up from it. This facility is mostly of use to people doing
222multilingual development. 222multilingual development.
223 223