aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-09-12 01:30:51 +0000
committerChong Yidong <[email protected]>2009-09-12 01:30:51 +0000
commit2fd0161b9d2873a61dc1313905a7ba4322e3f25c (patch)
treed8da7f6511ea2fa0979c78bda7ed4730d9a6f2b7
parentbc5e75b6162ea23df8863289de9497617224e9e5 (diff)
* fns.c (syms_of_fns): Doc fix (Bug#4227).
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fns.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ff2cce89cb..ff940d6ea8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-09-12 Chong Yidong <[email protected]>
+
+ * fns.c (syms_of_fns): Doc fix (Bug#4227).
+
2009-09-12 Stefan Monnier <[email protected]>
* keymap.c (Fwhere_is_internal): Use nconc2.
diff --git a/src/fns.c b/src/fns.c
index 562d493b59..7c3e04e818 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5251,9 +5251,9 @@ non-nil. */);
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);