changeset 79868:9538ce91bacf

(use_file_dialog): Doc fix.
author Jason Rumney <jasonr@gnu.org>
date Thu, 17 Jan 2008 12:05:19 +0000
parents f870fe63579a
children a8237408c221
files src/fns.c
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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);