]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-font): Fix prompt.
authorKarl Heuer <kwzh@gnu.org>
Sun, 19 Oct 1997 20:12:15 +0000 (20:12 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 19 Oct 1997 20:12:15 +0000 (20:12 +0000)
lisp/international/mule-diag.el

index 32b80a583d00cc1cafc1fe0bd3532a12ba32868b..0f74a10614e4c0fc31cf29b38e3aec132dd1c9d1 100644 (file)
@@ -510,7 +510,7 @@ but contains full information about each coding systems."
 ;;;###autoload
 (defun describe-font (fontname)
   "Display information about fonts which partially match FONTNAME."
-  (interactive "sFontname (default, current choise for ASCII chars): ")
+  (interactive "sFontname (default, current choice for ASCII chars): ")
   (or window-system
       (error "No window system being used"))
   (when (or (not fontname) (= (length fontname) 0))