aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 087a050f580..bf7b715223e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5229,7 +5229,10 @@ Used by `featurep' and `require', and altered by `provide'. */);
5229 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, 5229 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
5230 doc: /* *Non-nil means mouse commands use dialog boxes to ask questions. 5230 doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
5231This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands 5231This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands
5232invoked by mouse clicks and mouse menu items. */); 5232invoked by mouse clicks and mouse menu items.
5233
5234On some platforms, file selection dialogs are also enabled if this is
5235non-nil. */);
5233 use_dialog_box = 1; 5236 use_dialog_box = 1;
5234 5237
5235 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, 5238 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,