1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

(describe-char): Fix typo.

This commit is contained in:
Markus Rost 2003-11-09 19:40:27 +00:00
parent 7430518301
commit 3ed9ee82db
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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"))))))