diff options
| author | Pavel Janík | 2002-04-22 22:45:12 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-04-22 22:45:12 +0000 |
| commit | 3edd6bc0d463394a5535f59cec94f7fb6533af98 (patch) | |
| tree | cfab949bf45ac6ad43fceb5c34683abc14cf0944 /src | |
| parent | 6f93971ccbebcc2a6ea9e554c102f55859466087 (diff) | |
| download | emacs-3edd6bc0d463394a5535f59cec94f7fb6533af98.tar.gz emacs-3edd6bc0d463394a5535f59cec94f7fb6533af98.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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"); |