aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1997-10-19 20:12:15 +0000
committerKarl Heuer1997-10-19 20:12:15 +0000
commit4bb0b3adac0af215be48f12eacb08d2057e75811 (patch)
tree82244aad7bb18c1cbd31ad6b3c081872b047f516
parent8adfa8bea3083cad6353b73080b9a67b07b29ae7 (diff)
downloademacs-4bb0b3adac0af215be48f12eacb08d2057e75811.tar.gz
emacs-4bb0b3adac0af215be48f12eacb08d2057e75811.zip
(describe-font): Fix prompt.
-rw-r--r--lisp/international/mule-diag.el2
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."
510;;;###autoload 510;;;###autoload
511(defun describe-font (fontname) 511(defun describe-font (fontname)
512 "Display information about fonts which partially match FONTNAME." 512 "Display information about fonts which partially match FONTNAME."
513 (interactive "sFontname (default, current choise for ASCII chars): ") 513 (interactive "sFontname (default, current choice for ASCII chars): ")
514 (or window-system 514 (or window-system
515 (error "No window system being used")) 515 (error "No window system being used"))
516 (when (or (not fontname) (= (length fontname) 0)) 516 (when (or (not fontname) (= (length fontname) 0))