]> git.eshelyaron.com Git - emacs.git/commitdiff
* frames.texi (Drag and Drop): Remove the x- from
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 3 Oct 2005 19:31:29 +0000 (19:31 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 3 Oct 2005 19:31:29 +0000 (19:31 +0000)
x-dnd-open-file-other-window and xdnd-protocol-alist.

man/ChangeLog
man/frames.texi

index 3e1d6732f0f8adc78bfe44b9c75fc0df6618fcae..8d9db429ca6b5c7b18bf235b4f7c432ebc1478ec 100644 (file)
@@ -1,3 +1,8 @@
+2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
+
+       * frames.texi (Drag and Drop): Remove the x- from
+       x-dnd-open-file-other-window and xdnd-protocol-alist.
+
 2005-09-30  Romain Francoise  <romain@orebokech.com>
 
        * mini.texi (Minibuffer): The default value now appears before the
index 8e058867fcd8d44475ab31a695c53448e4422de3..2928aa7a62a382f1ad4c9d6a33c6d2121f4466a7 100644 (file)
@@ -857,10 +857,10 @@ case, dropping the file on a Dired buffer moves or copies the file
 (according to the conventions of the application it came from) into the
 directory displayed in that buffer.
 
-@vindex x-dnd-open-file-other-window
+@vindex dnd-open-file-other-window
   Dropping a file normally visits it in the window you drop it on.  If
 you prefer to visit the file in a new window in such cases, customize
-the variable @code{x-dnd-open-file-other-window}.
+the variable @code{dnd-open-file-other-window}.
 
 @ignore
 @c ??? To Lisp manual
@@ -881,10 +881,10 @@ or add a new type, customize @code{x-dnd-types-alist}.  This requires
 detailed knowledge of what types other applications use for drag and
 drop.
 
-@vindex x-dnd-protocol-alist
+@vindex dnd-protocol-alist
   When an URL is dropped on Emacs it may be a file, but it may also be
 another URL type (ftp, http, etc.).  Emacs first checks
-@code{x-dnd-protocol-alist} to determine what to do with the URL.  If
+@code{dnd-protocol-alist} to determine what to do with the URL.  If
 there is no match there and if @code{browse-url-browser-function} is
 an alist, Emacs looks for a match there.  If no match is found the
 text for the URL is inserted.  If you want to alter Emacs behavior,