diff options
| author | Eli Zaretskii | 2008-10-20 11:29:38 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-20 11:29:38 +0000 |
| commit | 9c5e9396253ee96a8531b48d25f6d72c35e1da95 (patch) | |
| tree | c7ee3926d6d3560b99f77431b657f5966e7b7f6d /doc | |
| parent | d8f0f8a5e490e2d99979e155cec9186b3b874fa8 (diff) | |
| download | emacs-9c5e9396253ee96a8531b48d25f6d72c35e1da95.tar.gz emacs-9c5e9396253ee96a8531b48d25f6d72c35e1da95.zip | |
(Dialog Boxes): Add @cindex entries.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/frames.texi | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 12eb2867285..55ba1317c80 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Dialog Boxes): Add @cindex entries. | ||
| 4 | |||
| 1 | 2008-10-20 Chong Yidong <cyd@stupidchicken.com> | 5 | 2008-10-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser. | 7 | * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser. |
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi index 68322bf515f..32512f7fa2b 100644 --- a/doc/emacs/frames.texi +++ b/doc/emacs/frames.texi | |||
| @@ -998,6 +998,7 @@ This variable also controls whether to use file selection windows (but | |||
| 998 | those are not supported on all platforms). | 998 | those are not supported on all platforms). |
| 999 | 999 | ||
| 1000 | @vindex use-file-dialog | 1000 | @vindex use-file-dialog |
| 1001 | @cindex file selection dialog, how to disable | ||
| 1001 | A file selection window is a special kind of dialog box for asking | 1002 | A file selection window is a special kind of dialog box for asking |
| 1002 | for file names. You can customize the variable @code{use-file-dialog} | 1003 | for file names. You can customize the variable @code{use-file-dialog} |
| 1003 | to suppress the use of file selection windows, even if you still want | 1004 | to suppress the use of file selection windows, even if you still want |
| @@ -1005,8 +1006,9 @@ other kinds of dialogs. This variable has no effect if you have | |||
| 1005 | suppressed all dialog boxes with the variable @code{use-dialog-box}. | 1006 | suppressed all dialog boxes with the variable @code{use-dialog-box}. |
| 1006 | 1007 | ||
| 1007 | @vindex x-gtk-show-hidden-files | 1008 | @vindex x-gtk-show-hidden-files |
| 1008 | @vindex x-gtk-use-old-file-dialog | ||
| 1009 | @vindex x-gtk-file-dialog-help-text | 1009 | @vindex x-gtk-file-dialog-help-text |
| 1010 | @cindex hidden files, in GTK+ file chooser | ||
| 1011 | @cindex help text, in GTK+ file chooser | ||
| 1010 | When Emacs is compiled with GTK+ support, it uses the GTK+ ``file | 1012 | When Emacs is compiled with GTK+ support, it uses the GTK+ ``file |
| 1011 | chooser'' dialog. Emacs adds an additional toggle button to this | 1013 | chooser'' dialog. Emacs adds an additional toggle button to this |
| 1012 | dialog, which you can use to enable or disable the display of hidden | 1014 | dialog, which you can use to enable or disable the display of hidden |
| @@ -1016,6 +1018,7 @@ toggle to be activated by default, change the variable | |||
| 1016 | help text to the GTK+ file chooser dialog; to disable this help text, | 1018 | help text to the GTK+ file chooser dialog; to disable this help text, |
| 1017 | change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}. | 1019 | change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}. |
| 1018 | 1020 | ||
| 1021 | @vindex x-gtk-use-old-file-dialog | ||
| 1019 | In GTK+ versions 2.4 through 2.10, you can choose to use an older | 1022 | In GTK+ versions 2.4 through 2.10, you can choose to use an older |
| 1020 | version of the GTK+ file dialog by setting the variable | 1023 | version of the GTK+ file dialog by setting the variable |
| 1021 | @code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If Emacs | 1024 | @code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If Emacs |