diff options
| author | YAMAMOTO Mitsuharu | 2006-02-13 10:11:18 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-02-13 10:11:18 +0000 |
| commit | 638dab3734d3d6f3f48edea8c82e0350be4c6076 (patch) | |
| tree | 3d2b864a36181bad8c9fd981962ecf74bd60e9bd | |
| parent | 96c53f2ae85769faee1148e7d24d9ed916da4f44 (diff) | |
| download | emacs-638dab3734d3d6f3f48edea8c82e0350be4c6076.tar.gz emacs-638dab3734d3d6f3f48edea8c82e0350be4c6076.zip | |
(Visiting): Mention Mac OS port.
| -rw-r--r-- | man/files.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/files.texi b/man/files.texi index 4bafc9b736c..a0822054210 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -239,7 +239,7 @@ toolkit, commands invoked with the mouse (by clicking on the menu bar | |||
| 239 | or tool bar) use the toolkit's standard File Selection dialog instead | 239 | or tool bar) use the toolkit's standard File Selection dialog instead |
| 240 | of prompting for the file name in the minibuffer. On Unix and | 240 | of prompting for the file name in the minibuffer. On Unix and |
| 241 | GNU/Linux platforms, Emacs does that when built with GTK, LessTif, and | 241 | GNU/Linux platforms, Emacs does that when built with GTK, LessTif, and |
| 242 | Motif toolkits; on MS-Windows, the GUI version does that by default. | 242 | Motif toolkits; on MS-Windows and Mac, the GUI version does that by default. |
| 243 | For information on how to customize this, see @ref{Dialog Boxes}. | 243 | For information on how to customize this, see @ref{Dialog Boxes}. |
| 244 | 244 | ||
| 245 | Secondly, Emacs supports ``drag and drop''; dropping a file into an | 245 | Secondly, Emacs supports ``drag and drop''; dropping a file into an |