From 3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Sun, 9 Nov 2003 19:40:27 +0000 Subject: [PATCH] (describe-char): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/descr-text.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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")))))) -- 2.39.2