Mercurial > emacs
diff src/fns.c @ 97454:68a4bf203661
(use_dialog_box): Doc fix.
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Thu, 14 Aug 2008 01:14:37 +0000 |
| parents | 9592c50233ab |
| children | 7ef18b2a2781 |
line wrap: on
line diff
--- a/src/fns.c Thu Aug 14 01:14:28 2008 +0000 +++ b/src/fns.c Thu Aug 14 01:14:37 2008 +0000 @@ -5229,7 +5229,10 @@ 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,
