# HG changeset patch # User Chong Yidong # Date 1218676477 0 # Node ID 68a4bf20366175f334457366f79b11acbc6f0bcc # Parent 1081878610524afb4da1250d52a7e603d701efb2 (use_dialog_box): Doc fix. diff -r 108187861052 -r 68a4bf203661 src/fns.c --- 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,