mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
This commit is contained in:
parent
c06f4c5903
commit
66687b7c01
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user