# HG changeset patch # User Jan Dj¸«£rv # Date 1158912550 0 # Node ID cec998346c9834752363ee193b6b8a6f896d17b3 # Parent f55aad8022e23e49421b0b73199339681f60c09e * xfns.c (syms_of_xfns): Fix typo in help text for x-gtk-file-dialog-help-text. diff -r f55aad8022e2 -r cec998346c98 src/ChangeLog --- 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 + + * xfns.c (syms_of_xfns): Fix typo in help text for + x-gtk-file-dialog-help-text. + 2006-09-21 Kim F. Storm * fns.c (Fmemq): Refill doc string. diff -r f55aad8022e2 -r cec998346c98 src/xfns.c --- 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;