]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-char): Fix typo.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 9 Nov 2003 19:40:27 +0000 (19:40 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Sun, 9 Nov 2003 19:40:27 +0000 (19:40 +0000)
lisp/ChangeLog
lisp/descr-text.el

index 8e4da88a3dbf4d5c8590585faa9a78acb3c32aa5..5857f1191f335a56f481f41ee0ade03aa4ae61ba 100644 (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.
index dfc86a6099559e90365669abd39b6b641ac754ae..05452f359c01593e2710d61321dbae12ffd3482f 100644 (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"))))))