Mercurial > emacs
changeset 44760:c7134e583184
Fix typo.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 22 Apr 2002 22:45:12 +0000 |
parents | 54827194cdad |
children | 06754245370a |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Mon Apr 22 22:40:47 2002 +0000 +++ b/src/fns.c Mon Apr 22 22:45:12 2002 +0000 @@ -2973,7 +2973,7 @@ { 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");