# HG changeset patch # User Karl Heuer # Date 877291935 0 # Node ID 2b49d1c59b83000c13f9b7a2dd099c4316147bd3 # Parent aac4c6a5868467239fb97098ca45c488a7cc560f (describe-font): Fix prompt. diff -r aac4c6a58684 -r 2b49d1c59b83 lisp/international/mule-diag.el --- a/lisp/international/mule-diag.el Sun Oct 19 20:11:59 1997 +0000 +++ b/lisp/international/mule-diag.el Sun Oct 19 20:12:15 1997 +0000 @@ -510,7 +510,7 @@ ;;;###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))