diff options
| author | Jan Djärv | 2006-09-18 16:59:50 +0000 |
|---|---|---|
| committer | Jan Djärv | 2006-09-18 16:59:50 +0000 |
| commit | d7131bd33f73392e8b82952170353152b33f278b (patch) | |
| tree | c3e9bc6f343be3c3f8cf988332b51377566c155d | |
| parent | c4823934a9e121393e8343544c139570f95e969f (diff) | |
| download | emacs-d7131bd33f73392e8b82952170353152b33f278b.tar.gz emacs-d7131bd33f73392e8b82952170353152b33f278b.zip | |
* frames.texi (Dialog Boxes): Document x-gtk-file-dialog-help-text.
| -rw-r--r-- | man/ChangeLog | 1 | ||||
| -rw-r--r-- | man/frames.texi | 11 |
2 files changed, 10 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index b4ca9d9fe44..8c3ac0249fa 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog | 3 | * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog |
| 4 | to x-gtk-use-old-file-dialog. | 4 | to x-gtk-use-old-file-dialog. |
| 5 | (Dialog Boxes): Document x-gtk-file-dialog-help-text. | ||
| 5 | 6 | ||
| 6 | 2006-09-15 Jay Belanger <belanger@truman.edu> | 7 | 2006-09-15 Jay Belanger <belanger@truman.edu> |
| 7 | 8 | ||
diff --git a/man/frames.texi b/man/frames.texi index ca35f689db5..56c9275caaa 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -947,10 +947,17 @@ hidden files by default. | |||
| 947 | 947 | ||
| 948 | @vindex x-gtk-use-old-file-dialog | 948 | @vindex x-gtk-use-old-file-dialog |
| 949 | For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog | 949 | For Gtk+ version 2.4 through 2.10, you can make Emacs use the old file dialog |
| 950 | by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil} | 950 | (gtk-file-selector) by setting the variable @code{x-gtk-use-old-file-dialog} |
| 951 | value. If Emacs is built with a Gtk+ version that has only one file dialog, | 951 | to a non-@code{nil} value. Otherwise the gtk-file-chooser will be used. |
| 952 | If Emacs is built with a Gtk+ version that has only one file dialog, | ||
| 952 | the setting of this variable has no effect. | 953 | the setting of this variable has no effect. |
| 953 | 954 | ||
| 955 | @vindex x-gtk-file-dialog-help-text | ||
| 956 | Emacs will by default add some help text to the Gtk+ file chooser dialog. | ||
| 957 | If you don't want to see that text, you can customize the variable | ||
| 958 | @code{x-gtk-file-dialog-help-text}. A @code{nil} value will disable the | ||
| 959 | help text. | ||
| 960 | |||
| 954 | @node Tooltips | 961 | @node Tooltips |
| 955 | @section Tooltips | 962 | @section Tooltips |
| 956 | @cindex tooltips | 963 | @cindex tooltips |