diff options
| author | Jan Djärv | 2004-02-03 18:15:35 +0000 |
|---|---|---|
| committer | Jan Djärv | 2004-02-03 18:15:35 +0000 |
| commit | bd5bbffe9b27d0227067bfdd9fa03a243b240296 (patch) | |
| tree | 627252e09381791b8b277b4e977a29e07c916f89 /man/frames.texi | |
| parent | 8b0c0b84604edd06738e29382f3fb67f6d21783e (diff) | |
| download | emacs-bd5bbffe9b27d0227067bfdd9fa03a243b240296.tar.gz emacs-bd5bbffe9b27d0227067bfdd9fa03a243b240296.zip | |
Typo
Diffstat (limited to 'man/frames.texi')
| -rw-r--r-- | man/frames.texi | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/frames.texi b/man/frames.texi index 264ab786a99..eacf4173bc1 100644 --- a/man/frames.texi +++ b/man/frames.texi | |||
| @@ -803,29 +803,29 @@ 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 inserts the text where it is dropped. | 806 | When text is dropped on Emacs, Emacs inserts the text where it is dropped. |
| 807 | When a file is dragged from a file manager to Emacs, Emacs opens 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 is | 808 | As a special case, if a file is dropped on a dired buffer the file is |
| 809 | 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 | it 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 |
| 813 | A file is normally opened in the window it is dropped on, but if you | 813 | A file is normally opened in the window it is dropped on, but if you |
| 814 | prefer the file to be opened in a new window, you can customize the variable | 814 | prefer the file to be opened in a new window you can customize the variable |
| 815 | @code{x-dnd-open-file-other-window}. | 815 | @code{x-dnd-open-file-other-window}. |
| 816 | 816 | ||
| 817 | @vindex x-dnd-types-alist | 817 | @vindex x-dnd-types-alist |
| 818 | If you want to change the way Emacs handles drop of different types, | 818 | If you want to change the way Emacs handles drop of different types |
| 819 | or add a new type, you shall customize @code{x-dnd-types-alist}. This | 819 | or add a new type, you shall customize @code{x-dnd-types-alist}. This |
| 820 | requires detailed knowledge of what types other applications use | 820 | requires detailed knowledge of what types other applications use |
| 821 | for drag and drop. | 821 | for drag and drop. |
| 822 | 822 | ||
| 823 | @vindex x-dnd-protocol-alist | 823 | @vindex x-dnd-protocol-alist |
| 824 | When an URL is dropped on Emacs, it may be a file, but it may also be | 824 | When an URL is dropped on Emacs it may be a file, but it may also be |
| 825 | another URL type (ftp, http, etc.). Emacs first checks | 825 | another URL type (ftp, http, etc.). Emacs first checks |
| 826 | @code{x-dnd-protocol-alist} to determine what to do with the URL. If there | 826 | @code{x-dnd-protocol-alist} to determine what to do with the URL. If there |
| 827 | is no match there, and if @code{browse-url-browser-function} is an alist, | 827 | is no match there and if @code{browse-url-browser-function} is an alist, |
| 828 | Emacs looks for a match there. If no match is found, the text for the URL | 828 | Emacs looks for a match there. If no match is found the text for the URL |
| 829 | is inserted. If you want to alter Emacs behaviour you can customize these | 829 | is inserted. If you want to alter Emacs behaviour you can customize these |
| 830 | variables. | 830 | variables. |
| 831 | 831 | ||