# HG changeset patch # User Jason Rumney # Date 1200571519 0 # Node ID 9538ce91bacf027fb45245c1eb8318e49d9f0e37 # Parent f870fe63579a78319e1f755be7ed9c9d8c4fbd75 (use_file_dialog): Doc fix. diff -r f870fe63579a -r 9538ce91bacf src/fns.c --- a/src/fns.c Thu Jan 17 11:38:45 2008 +0000 +++ b/src/fns.c Thu Jan 17 12:05:19 2008 +0000 @@ -5828,9 +5828,10 @@ 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. 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. */); +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. */); use_file_dialog = 1; defsubr (&Sidentity);