From: Jan Djärv Date: Mon, 18 Sep 2006 16:40:17 +0000 (+0000) Subject: * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog X-Git-Tag: emacs-pretest-22.0.90~486 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e76f111a608a6eadf8c69ce7caa1318a381d09f;p=emacs.git * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog to x-gtk-use-old-file-dialog. --- diff --git a/man/ChangeLog b/man/ChangeLog index 0aa9cbb8fed..b4ca9d9fe44 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-09-18 Jan Dj,Ad(Brv + + * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog + to x-gtk-use-old-file-dialog. + 2006-09-15 Jay Belanger * calc.texi, emacs.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE): diff --git a/man/frames.texi b/man/frames.texi index 29ece2d0dc2..ca35f689db5 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -945,9 +945,9 @@ of hidden files (files starting with a dot) in that dialog. The variable @code{x-gtk-show-hidden-files} controls whether to show hidden files by default. -@vindex x-use-old-gtk-file-dialog - For Gtk+ version 2.4 and 2.6, you can make Emacs use the old file dialog -by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} +@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, the setting of this variable has no effect.