Mercurial > emacs
changeset 20092:2b49d1c59b83
(describe-font): Fix prompt.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 19 Oct 1997 20:12:15 +0000 |
parents | aac4c6a58684 |
children | c8448efca727 |
files | lisp/international/mule-diag.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))