diff options
| author | Jan Djärv | 2004-02-03 18:12:43 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-03 18:12:43 +0000 |
| commit | 8b0c0b84604edd06738e29382f3fb67f6d21783e (patch) | |
| tree | a08dc93b4b40b003e164fb455d254da32f1dde2c | |
| parent | f94fda5c697b9f72d7f3a3dd15d2bc5757de47dd (diff) | |
| download | emacs-8b0c0b84604edd06738e29382f3fb67f6d21783e.tar.gz emacs-8b0c0b84604edd06738e29382f3fb67f6d21783e.zip | |
will be => is.
| -rw-r--r-- | man/frames.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index 18ba8759eaf..264ab786a99 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -803,10 +803,10 @@ buffers are scrolled. | |||
| 803 | Emacs supports drag and drop so that dropping of files and text is handeled. | 803 | Emacs supports drag and drop so that dropping of files and text is handeled. |
| 804 | Currently supported drag and drop protocols are XDND and the old KDE 1.x | 804 | Currently supported drag and drop protocols are XDND and the old KDE 1.x |
| 805 | protocol. There is no drag support yet. | 805 | protocol. There is no drag support yet. |
| 806 | When text is dropped, Emacs will insert the text where it is dropped. | 806 | When text is dropped, Emacs inserts the text where it is dropped. |
| 807 | When a file is dragged from a file manager to Emacs, Emacs will open that file. | 807 | When a file is dragged from a file manager to Emacs, Emacs opens that file. |
| 808 | As a special case, if a file is dropped on a dired buffer the file will | 808 | As a special case, if a file is dropped on a dired buffer the file is |
| 809 | be copied or moved (depends on exactly how it is dragged and the application | 809 | copied or moved (depends on exactly how it is dragged and the application |
| 810 | is was dragged from) to the directory the dired buffer is displaying. | 810 | is was dragged from) to the directory the dired buffer is displaying. |
| 811 | 811 | ||
| 812 | @vindex x-dnd-open-file-other-window | 812 | @vindex x-dnd-open-file-other-window |