diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-08-14 01:14:37 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-08-14 01:14:37 +0000 |
| commit | 7e861e0dfc82eea39be4b42d8de82a2d02669219 (patch) | |
| tree | 7333ecc10c379997682544e7a81efe8165a7055d | |
| parent | 6988207c4093e6564bd9ed337b08d18362fb7dd4 (diff) | |
| download | emacs-7e861e0dfc82eea39be4b42d8de82a2d02669219.tar.gz | |
(use_dialog_box): Doc fix.
| -rw-r--r-- | src/fns.c | 5 |
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'. */); 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-p' and `yes-or-no-p' questions asked by commands -invoked by mouse clicks and mouse menu items. */); +invoked by mouse clicks and mouse menu items. + +On some platforms, file selection dialogs are also enabled if this is +non-nil. */); use_dialog_box = 1; DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, |
