aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-04-22 22:45:12 +0000
committerPavel Janík2002-04-22 22:45:12 +0000
commit3edd6bc0d463394a5535f59cec94f7fb6533af98 (patch)
treecfab949bf45ac6ad43fceb5c34683abc14cf0944 /src
parent6f93971ccbebcc2a6ea9e554c102f55859466087 (diff)
downloademacs-3edd6bc0d463394a5535f59cec94f7fb6533af98.tar.gz
emacs-3edd6bc0d463394a5535f59cec94f7fb6533af98.zip
Fix typo.
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");