aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2006-09-22 08:09:10 +0000
committerJan Djärv2006-09-22 08:09:10 +0000
commit66687b7c0152a5790da2ab85b80e8e31c75c39eb (patch)
treeb10dd5f6a7e84bf321c2a4f7503baf56f8969e25 /src
parentc06f4c5903bafa0c6eed6c4a6fde9ce33c1c8285 (diff)
downloademacs-66687b7c0152a5790da2ab85b80e8e31c75c39eb.tar.gz
emacs-66687b7c0152a5790da2ab85b80e8e31c75c39eb.zip
* xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/xfns.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1618c072fe2..58be5bc2a41 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12006-09-22 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * xfns.c (syms_of_xfns): Fix typo in help text for
4 x-gtk-file-dialog-help-text.
5
12006-09-21 Kim F. Storm <storm@cua.dk> 62006-09-21 Kim F. Storm <storm@cua.dk>
2 7
3 * fns.c (Fmemq): Refill doc string. 8 * fns.c (Fmemq): Refill doc string.
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. */);
5819 x_gtk_show_hidden_files = 0; 5819 x_gtk_show_hidden_files = 0;
5820 5820
5821 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text, 5821 DEFVAR_BOOL ("x-gtk-file-dialog-help-text", &x_gtk_file_dialog_help_text,
5822 doc: /* *If non-nil, the GTK file chooser will by show additional help text. 5822 doc: /* *If non-nil, the GTK file chooser will show additional help text.
5823If more space for files in the file chooser dialog is wanted, set this to nil 5823If more space for files in the file chooser dialog is wanted, set this to nil
5824to turn the additional text off. */); 5824to turn the additional text off. */);
5825 x_gtk_file_dialog_help_text = 1; 5825 x_gtk_file_dialog_help_text = 1;