]> git.eshelyaron.com Git - emacs.git/commitdiff
(Dialog Boxes): Add @cindex entries.
authorEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 11:29:38 +0000 (11:29 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 20 Oct 2008 11:29:38 +0000 (11:29 +0000)
doc/emacs/ChangeLog
doc/emacs/frames.texi

index 12eb28672854b20b42cc3f6b368386018d2eb0a1..55ba1317c80d54593b0d42739fba3c1a83a6b177 100644 (file)
@@ -1,3 +1,7 @@
+2008-10-20  Eli Zaretskii  <eliz@gnu.org>
+
+       * frames.texi (Dialog Boxes): Add @cindex entries.
+
 2008-10-20  Chong Yidong  <cyd@stupidchicken.com>
 
        * frames.texi (Dialog Boxes): Clarify description of GTK+ file chooser.
index 68322bf515f23f54bee6751fa68b07be5928cbff..32512f7fa2b2d2061c1cf386bed852b720984c7f 100644 (file)
@@ -998,6 +998,7 @@ This variable also controls whether to use file selection windows (but
 those are not supported on all platforms).
 
 @vindex use-file-dialog
+@cindex file selection dialog, how to disable
   A file selection window is a special kind of dialog box for asking
 for file names.  You can customize the variable @code{use-file-dialog}
 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
 suppressed all dialog boxes with the variable @code{use-dialog-box}.
 
 @vindex x-gtk-show-hidden-files
-@vindex x-gtk-use-old-file-dialog
 @vindex x-gtk-file-dialog-help-text
+@cindex hidden files, in GTK+ file chooser
+@cindex help text, in GTK+ file chooser
   When Emacs is compiled with GTK+ support, it uses the GTK+ ``file
 chooser'' dialog.  Emacs adds an additional toggle button to this
 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
 help text to the GTK+ file chooser dialog; to disable this help text,
 change the variable @code{x-gtk-file-dialog-help-text} to @code{nil}.
 
+@vindex x-gtk-use-old-file-dialog
   In GTK+ versions 2.4 through 2.10, you can choose to use an older
 version of the GTK+ file dialog by setting the variable
 @code{x-gtk-use-old-file-dialog} to a non-@code{nil} value.  If Emacs