From: Jan Djärv Date: Fri, 22 Sep 2006 08:09:10 +0000 (+0000) Subject: * xfns.c (syms_of_xfns): Fix typo in help text for X-Git-Tag: emacs-pretest-22.0.90~410 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/66687b7c0152a5790da2ab85b80e8e31c75c39eb * xfns.c (syms_of_xfns): Fix typo in help text for x-gtk-file-dialog-help-text. --- diff --git a/src/ChangeLog b/src/ChangeLog index 1618c072fe..58be5bc2a4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/xfns.c b/src/xfns.c index 7d19113db2..3afaf0ea20 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5819,7 +5819,7 @@ chooser to show or not show hidden files on a case by case basis. */); 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;