]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Mon, 22 Apr 2002 22:45:12 +0000 (22:45 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 22 Apr 2002 22:45:12 +0000 (22:45 +0000)
src/fns.c

index dfd49cb4c8bd1850f068743a623ddfc83484ca83..e1f5a34f46ab94deb8e80bb4d6f15eb692345cfa 100644 (file)
--- 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");