From 4bb0b3adac0af215be48f12eacb08d2057e75811 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 19 Oct 1997 20:12:15 +0000 Subject: [PATCH] (describe-font): Fix prompt. --- lisp/international/mule-diag.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2