diff options
| author | Stefan Monnier | 2005-01-28 17:07:57 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-01-28 17:07:57 +0000 |
| commit | 2a4960f909c831e16dc4e85fec39652f9a601bed (patch) | |
| tree | 6b36322aa9c056e08faca38e0455c627beee8281 | |
| parent | 5c243ee4377a8c2328167147ddec963a1ba988de (diff) | |
| download | emacs-2a4960f909c831e16dc4e85fec39652f9a601bed.tar.gz emacs-2a4960f909c831e16dc4e85fec39652f9a601bed.zip | |
(describe-char-unicodedata-file): Docstring fix.
| -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." | |||
| 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. |
| 219 | This is the UnicodeData.txt file from the Unicode consortium, used for | 219 | This is the UnicodeData.txt file from the Unicode consortium, used for |
| 220 | diagnostics. If it is non-nil `describe-char-after' will print data | 220 | diagnostics. If it is non-nil `describe-char' will print data |
| 221 | looked up from it. This facility is mostly of use to people doing | 221 | looked up from it. This facility is mostly of use to people doing |
| 222 | multilingual development. | 222 | multilingual development. |
| 223 | 223 | ||