aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 638df6e94cd..dfd49cb4c8b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5464,7 +5464,7 @@ Used by `featurep' and `require', and altered by `provide'. */);
5464 5464
5465 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, 5465 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
5466 doc: /* *Non-nil means mouse commands use dialog boxes to ask questions. 5466 doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
5467This applies to y-or-n and yes-or-no questions asked by commands 5467This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands
5468invoked by mouse clicks and mouse menu items. */); 5468invoked by mouse clicks and mouse menu items. */);
5469 use_dialog_box = 1; 5469 use_dialog_box = 1;
5470 5470