aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
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. */)
2973 { 2973 {
2974 Lisp_Object pargs[3]; 2974 Lisp_Object pargs[3];
2975 2975
2976 /* Colorize prompt accordingly to `minibuffer-prompt-face'. */ 2976 /* Colorize prompt accordingly to `minibuffer-prompt' face. */
2977 pargs[0] = build_string ("%s(y or n) "); 2977 pargs[0] = build_string ("%s(y or n) ");
2978 pargs[1] = intern ("face"); 2978 pargs[1] = intern ("face");
2979 pargs[2] = intern ("minibuffer-prompt"); 2979 pargs[2] = intern ("minibuffer-prompt");