aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2006-09-18 16:40:17 +0000
committerJan Djärv2006-09-18 16:40:17 +0000
commit6e76f111a608a6eadf8c69ce7caa1318a381d09f (patch)
tree218d4a0c43715b15177144dc7f242f7f98d8570f
parent0c5773619830a7c7abca7b9351ab3b4279690060 (diff)
downloademacs-6e76f111a608a6eadf8c69ce7caa1318a381d09f.tar.gz
emacs-6e76f111a608a6eadf8c69ce7caa1318a381d09f.zip
* frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/frames.texi6
2 files changed, 8 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0aa9cbb8fed..b4ca9d9fe44 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2
3 * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog
4 to x-gtk-use-old-file-dialog.
5
12006-09-15 Jay Belanger <belanger@truman.edu> 62006-09-15 Jay Belanger <belanger@truman.edu>
2 7
3 * calc.texi, emacs.texi, mh-e.texi (GNU GENERAL PUBLIC LICENSE): 8 * 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
945variable @code{x-gtk-show-hidden-files} controls whether to show 945variable @code{x-gtk-show-hidden-files} controls whether to show
946hidden files by default. 946hidden files by default.
947 947
948@vindex x-use-old-gtk-file-dialog 948@vindex x-gtk-use-old-file-dialog
949 For Gtk+ version 2.4 and 2.6, 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
950by setting the variable @code{x-use-old-gtk-file-dialog} to a non-@code{nil} 950by setting the variable @code{x-gtk-use-old-file-dialog} to a non-@code{nil}
951value. If Emacs is built with a Gtk+ version that has only one file dialog, 951value. If Emacs is built with a Gtk+ version that has only one file dialog,
952the setting of this variable has no effect. 952the setting of this variable has no effect.
953 953