diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2003-11-09 19:40:27 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2003-11-09 19:40:27 +0000 |
commit | 3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146 (patch) | |
tree | 8464b74352121300466a5e769f65a2005af22809 /lisp/descr-text.el | |
parent | 7430518301902e7a78adff11c9e28c369383f997 (diff) | |
download | emacs-3ed9ee82dbd6ecc68c4dd020ae69ad0ded098146.tar.gz |
(describe-char): Fix typo.
Diffstat (limited to 'lisp/descr-text.el')
-rw-r--r-- | lisp/descr-text.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")))))) |