From: Pavel Janík Date: Mon, 22 Apr 2002 22:45:12 +0000 (+0000) Subject: Fix typo. X-Git-Tag: ttn-vms-21-2-B4~15471 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3edd6bc0d463394a5535f59cec94f7fb6533af98;p=emacs.git Fix typo. --- 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");