changeset 73045:cec998346c98

* xfns.c (syms_of_xfns): Fix typo in help text for x-gtk-file-dialog-help-text.
author Jan Djärv <jan.h.d@swipnet.se>
date Fri, 22 Sep 2006 08:09:10 +0000
parents f55aad8022e2
children c8c6c0ca00fd
files src/ChangeLog src/xfns.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Sep 21 21:06:31 2006 +0000
+++ b/src/ChangeLog	Fri Sep 22 08:09:10 2006 +0000
@@ -1,3 +1,8 @@
+2006-09-22  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* xfns.c (syms_of_xfns): Fix typo in help text for
+	x-gtk-file-dialog-help-text.
+
 2006-09-21  Kim F. Storm  <storm@cua.dk>
 
 	* fns.c (Fmemq): Refill doc string.
--- a/src/xfns.c	Thu Sep 21 21:06:31 2006 +0000
+++ b/src/xfns.c	Fri Sep 22 08:09:10 2006 +0000
@@ -5819,7 +5819,7 @@
   x_gtk_show_hidden_files = 0;
 
   DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
-    doc: /* *If non-nil, the GTK file chooser will by show additional help text.
+    doc: /* *If non-nil, the GTK file chooser will show additional help text.
 If more space for files in the file chooser dialog is wanted, set this to nil
 to turn the additional text off.  */);
   x_gtk_file_dialog_help_text = 1;