Mercurial > emacs
diff src/fns.c @ 104972:522f4ac8f10a
* fns.c (syms_of_fns): Doc fix (Bug#4227).
| author | Chong Yidong <cyd@stupidchicken.com> |
|---|---|
| date | Sat, 12 Sep 2009 01:30:51 +0000 |
| parents | 73f76307d49b |
| children | bac26aa40069 |
line wrap: on
line diff
--- a/src/fns.c Sat Sep 12 01:21:30 2009 +0000 +++ b/src/fns.c Sat Sep 12 01:30:51 2009 +0000 @@ -5251,9 +5251,9 @@ DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, doc: /* *Non-nil means mouse commands use a file dialog to ask for files. This applies to commands from menus and tool bar buttons even when -they are initiated from the keyboard. The value of `use-dialog-box' -takes precedence over this variable, so a file dialog is only used if -both `use-dialog-box' and this variable are non-nil. */); +they are initiated from the keyboard. If `use-dialog-box' is nil, +that disables the use of a file dialog, regardless of the value of +this variable. */); use_file_dialog = 1; defsubr (&Sidentity);
