aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorJan Djärv2004-02-03 18:15:35 +0000
committerJan Djärv2004-02-03 18:15:35 +0000
commitbd5bbffe9b27d0227067bfdd9fa03a243b240296 (patch)
tree627252e09381791b8b277b4e977a29e07c916f89 /man
parent8b0c0b84604edd06738e29382f3fb67f6d21783e (diff)
downloademacs-bd5bbffe9b27d0227067bfdd9fa03a243b240296.tar.gz
emacs-bd5bbffe9b27d0227067bfdd9fa03a243b240296.zip
Typo
Diffstat (limited to 'man')
-rw-r--r--man/frames.texi14
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.
804Currently supported drag and drop protocols are XDND and the old KDE 1.x 804Currently supported drag and drop protocols are XDND and the old KDE 1.x
805protocol. There is no drag support yet. 805protocol. There is no drag support yet.
806When text is dropped, Emacs inserts the text where it is dropped. 806When text is dropped on Emacs, Emacs inserts the text where it is dropped.
807When a file is dragged from a file manager to Emacs, Emacs opens that file. 807When a file is dragged from a file manager to Emacs, Emacs opens that file.
808As a special case, if a file is dropped on a dired buffer the file is 808As a special case, if a file is dropped on a dired buffer the file is
809copied or moved (depends on exactly how it is dragged and the application 809copied or moved (depends on exactly how it is dragged and the application
810is was dragged from) to the directory the dired buffer is displaying. 810it 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
814prefer the file to be opened in a new window, you can customize the variable 814prefer 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
819or add a new type, you shall customize @code{x-dnd-types-alist}. This 819or add a new type, you shall customize @code{x-dnd-types-alist}. This
820requires detailed knowledge of what types other applications use 820requires detailed knowledge of what types other applications use
821for drag and drop. 821for 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
825another URL type (ftp, http, etc.). Emacs first checks 825another 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
827is no match there, and if @code{browse-url-browser-function} is an alist, 827is no match there and if @code{browse-url-browser-function} is an alist,
828Emacs looks for a match there. If no match is found, the text for the URL 828Emacs looks for a match there. If no match is found the text for the URL
829is inserted. If you want to alter Emacs behaviour you can customize these 829is inserted. If you want to alter Emacs behaviour you can customize these
830variables. 830variables.
831 831