diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/international/mule-diag.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |