From: Karl Heuer Date: Sun, 19 Oct 1997 20:12:15 +0000 (+0000) Subject: (describe-font): Fix prompt. X-Git-Tag: emacs-20.3~2981 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bb0b3adac0af215be48f12eacb08d2057e75811;p=emacs.git (describe-font): Fix prompt. --- diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el index 32b80a583d0..0f74a10614e 100644 --- a/lisp/international/mule-diag.el +++ b/lisp/international/mule-diag.el @@ -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))