projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f93971
)
Fix typo.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 22 Apr 2002 22:45:12 +0000
(22:45 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 22 Apr 2002 22:45:12 +0000
(22:45 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/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");