From: Markus Rost Date: Sun, 9 Nov 2003 19:40:27 +0000 (+0000) Subject: (describe-char): Fix typo. X-Git-Tag: ttn-vms-21-2-B4~8389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146;p=emacs.git (describe-char): Fix typo. --- 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 + + * descr-text.el (describe-char): Fix typo. + 2003-11-08 Kailash C. Chowksey 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"))))))