projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45fd9aa
)
(use-dialog-box): Doc fix.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 20 Apr 2002 13:32:12 +0000
(13:32 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 20 Apr 2002 13:32:12 +0000
(13:32 +0000)
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index 638df6e94cd80f080dac070d75a5ea5c9e046c79..dfd49cb4c8bd1850f068743a623ddfc83484ca83 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-5464,7
+5464,7
@@
Used by `featurep' and `require', and altered by `provide'. */);
DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
-This applies to
y-or-n and yes-or-no
questions asked by commands
+This applies to
`y-or-n-p' and `yes-or-no-p'
questions asked by commands
invoked by mouse clicks and mouse menu items. */);
use_dialog_box = 1;