diff options
Diffstat (limited to 'lisp')
-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 @@ +2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de> + + * descr-text.el (describe-char): Fix typo. + 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> 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." "by this font (glyph code)\n" (format " %s (0x%02X)" (car display) (cdr display))) - "no font avairable") + "no font available") (if display (format "terminal code %s" display) "not encodable for terminal")))))) |