From 3edd6bc0d463394a5535f59cec94f7fb6533af98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 22 Apr 2002 22:45:12 +0000 Subject: [PATCH] Fix typo. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index dfd49cb4c8b..e1f5a34f46a 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2973,7 +2973,7 @@ is nil and `use-dialog-box' is non-nil. */) { Lisp_Object pargs[3]; - /* Colorize prompt accordingly to `minibuffer-prompt-face'. */ + /* Colorize prompt accordingly to `minibuffer-prompt' face. */ pargs[0] = build_string ("%s(y or n) "); pargs[1] = intern ("face"); pargs[2] = intern ("minibuffer-prompt"); -- 2.39.5