diff options
| author | Richard M. Stallman | 2006-09-19 15:40:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-19 15:40:59 +0000 |
| commit | 713f23f207cd73c74f95fbe3b4cb71b59ec56e0e (patch) | |
| tree | 3a854fe8d747c05d13a3a44fc2242b58626d107d | |
| parent | 24a2788281c6567e6e6808518a51b4489dd85c80 (diff) | |
| download | emacs-713f23f207cd73c74f95fbe3b4cb71b59ec56e0e.tar.gz emacs-713f23f207cd73c74f95fbe3b4cb71b59ec56e0e.zip | |
(Dialog Boxes): Clean up wording: avoid passive, stick to present tense.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/frames.texi | 18 |
2 files changed, 14 insertions, 9 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 8c3ac0249fa..7e6f69bebbb 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-09-19 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Dialog Boxes): Clean up wording: avoid passive, | ||
| 4 | stick to present tense. | ||
| 5 | |||
| 1 | 2006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2006-09-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog | 8 | * frames.texi (Dialog Boxes): Rename x-use-old-gtk-file-dialog |
diff --git a/man/frames.texi b/man/frames.texi index 56c9275caaa..eda8148a63d 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -946,17 +946,17 @@ variable @code{x-gtk-show-hidden-files} controls whether to show | |||
| 946 | hidden files by default. | 946 | 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+ versions 2.4 through 2.10, you can select the old file |
| 950 | (gtk-file-selector) by setting the variable @code{x-gtk-use-old-file-dialog} | 950 | dialog (@code{gtk-file-selector}) by setting the variable |
| 951 | to a non-@code{nil} value. Otherwise the gtk-file-chooser will be used. | 951 | @code{x-gtk-use-old-file-dialog} to a non-@code{nil} value. If it is |
| 952 | If Emacs is built with a Gtk+ version that has only one file dialog, | 952 | @code{nil}, Emacs uses @code{gtk-file-chooser}. If Emacs is built |
| 953 | the setting of this variable has no effect. | 953 | with a Gtk+ version that has only one file dialog, this variable has |
| 954 | no effect. | ||
| 954 | 955 | ||
| 955 | @vindex x-gtk-file-dialog-help-text | 956 | @vindex x-gtk-file-dialog-help-text |
| 956 | Emacs will by default add some help text to the Gtk+ file chooser dialog. | 957 | Emacs adds help text to the Gtk+ file chooser dialog. The variable |
| 957 | If you don't want to see that text, you can customize the variable | 958 | @code{x-gtk-file-dialog-help-text} specifies the text to add; if it is |
| 958 | @code{x-gtk-file-dialog-help-text}. A @code{nil} value will disable the | 959 | @code{nil}, that disables the added text. |
| 959 | help text. | ||
| 960 | 960 | ||
| 961 | @node Tooltips | 961 | @node Tooltips |
| 962 | @section Tooltips | 962 | @section Tooltips |