summaryrefslogtreecommitdiff
path: root/src/fns.c
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2008-01-17 12:05:19 +0000
committerJason Rumney <jasonr@gnu.org>2008-01-17 12:05:19 +0000
commit1f1d079727abfbea594068199fc11dcc75580c69 (patch)
tree0c8232e37db053b86f0da2ef128f069b480fa306 /src/fns.c
parent602e142f5cddd7b199abb16ee9db1aeaa6e01ea6 (diff)
downloademacs-1f1d079727abfbea594068199fc11dcc75580c69.tar.gz
emacs-1f1d079727abfbea594068199fc11dcc75580c69.tar.bz2
emacs-1f1d079727abfbea594068199fc11dcc75580c69.zip
(use_file_dialog): Doc fix.
Diffstat (limited to 'src/fns.c')
-rw-r--r--src/fns.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fns.c b/src/fns.c
index 360501db80a..3f3cdccc36d 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5828,9 +5828,10 @@ invoked by mouse clicks and mouse menu items. */);
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);