]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 18 Sep 2006 16:59:50 +0000 (16:59 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 18 Sep 2006 16:59:50 +0000 (16:59 +0000)
man/ChangeLog
man/frames.texi

index b4ca9d9fe44c90a7b35886ecf2db259015079fa1..8c3ac0249fac37971187cb2ac8a12501a7129371 100644 (file)
@@ -2,6 +2,7 @@
 
        * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
        to x-gtk-use-old-file-dialog.
+       (Dialog Boxes): Document x-gtk-file-dialog-help-text.
 
 2006-09-15  Jay Belanger  <belanger@truman.edu>
 
index ca35f689db5c03766e89b0992b8e987a65c842b2..56c9275caaaa83369ebef5f34f5da03d2c2a3e27 100644 (file)
@@ -947,10 +947,17 @@ hidden files by default.
 
 @vindex x-gtk-use-old-file-dialog
   For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog
-by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil}
-value.  If Emacs is built with a Gtk+ version that has only one file dialog,
+(gtk-file-selector) by setting the variable @code{x-gtk-use-old-file-dialog}
+to a non-@code{nil} value.  Otherwise the gtk-file-chooser will be used.  
+If Emacs is built with a Gtk+ version that has only one file dialog,
 the setting of this variable has no effect.
 
+@vindex x-gtk-file-dialog-help-text
+  Emacs will by default add some help text to the Gtk+ file chooser dialog.
+If you don't want to see that text, you can customize the variable
+@code{x-gtk-file-dialog-help-text}.  A @code{nil} value will disable the
+help text.
+
 @node Tooltips
 @section Tooltips
 @cindex tooltips