diff options
| author | Markus Rost | 2003-11-09 19:40:27 +0000 |
|---|---|---|
| committer | Markus Rost | 2003-11-09 19:40:27 +0000 |
| commit | 3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146 (patch) | |
| tree | 8464b74352121300466a5e769f65a2005af22809 | |
| parent | 7430518301902e7a78adff11c9e28c369383f997 (diff) | |
| download | emacs-3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146.tar.gz emacs-3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146.zip | |
(describe-char): Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/descr-text.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e4da88a3db..5857f1191f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de> | ||
| 2 | |||
| 3 | * descr-text.el (describe-char): Fix typo. | ||
| 4 | |||
| 1 | 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> | 5 | 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> |
| 2 | 6 | ||
| 3 | These changes are to support Kannada language/script. | 7 | These changes are to support Kannada language/script. |
diff --git a/lisp/descr-text.el b/lisp/descr-text.el index dfc86a60995..05452f359c0 100644 --- a/lisp/descr-text.el +++ b/lisp/descr-text.el | |||
| @@ -566,7 +566,7 @@ as well as widgets, buttons, overlays, and text properties." | |||
| 566 | "by this font (glyph code)\n" | 566 | "by this font (glyph code)\n" |
| 567 | (format " %s (0x%02X)" | 567 | (format " %s (0x%02X)" |
| 568 | (car display) (cdr display))) | 568 | (car display) (cdr display))) |
| 569 | "no font avairable") | 569 | "no font available") |
| 570 | (if display | 570 | (if display |
| 571 | (format "terminal code %s" display) | 571 | (format "terminal code %s" display) |
| 572 | "not encodable for terminal")))))) | 572 | "not encodable for terminal")))))) |