aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fns.c b/src/fns.c
index 360501db80a..3f3cdccc36d 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5828,9 +5828,10 @@ invoked by mouse clicks and mouse menu items. */);
5828 5828
5829 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, 5829 DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,
5830 doc: /* *Non-nil means mouse commands use a file dialog to ask for files. 5830 doc: /* *Non-nil means mouse commands use a file dialog to ask for files.
5831This applies to commands from menus and tool bar buttons. The value of 5831This applies to commands from menus and tool bar buttons even when
5832`use-dialog-box' takes precedence over this variable, so a file dialog is only 5832they are initiated from the keyboard. The value of `use-dialog-box'
5833used if both `use-dialog-box' and this variable are non-nil. */); 5833takes precedence over this variable, so a file dialog is only used if
5834both `use-dialog-box' and this variable are non-nil. */);
5834 use_file_dialog = 1; 5835 use_file_dialog = 1;
5835 5836
5836 defsubr (&Sidentity); 5837 defsubr (&Sidentity);