summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2006-09-22 08:09:10 +0000
committerJan Djärv <jan.h.d@swipnet.se>2006-09-22 08:09:10 +0000
commit66687b7c0152a5790da2ab85b80e8e31c75c39eb (patch)
treeb10dd5f6a7e84bf321c2a4f7503baf56f8969e25 /src/xfns.c
parentc06f4c5903bafa0c6eed6c4a6fde9ce33c1c8285 (diff)
downloademacs-66687b7c0152a5790da2ab85b80e8e31c75c39eb.tar.gz
* xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 7d19113db28..3afaf0ea20a 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;