# HG changeset patch # User Romain Francoise # Date 1144086804 0 # Node ID d1bfd901862894fd9cfc1a1012a4075954a3b145 # Parent ae7fd157df4b76ce14ef434e49936ba2f6149908 (dired-dnd-protocol-alist): Fix typo. diff -r ae7fd157df4b -r d1bfd9018628 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 03 17:35:59 2006 +0000 +++ b/lisp/ChangeLog Mon Apr 03 17:53:24 2006 +0000 @@ -1,3 +1,7 @@ +2006-04-03 Romain Francoise + + * dired.el (dired-dnd-protocol-alist): Fix typo. + 2006-04-03 Reiner Steib * savehist.el (savehist): Add :version. diff -r ae7fd157df4b -r d1bfd9018628 lisp/dired.el --- a/lisp/dired.el Mon Apr 03 17:35:59 2006 +0000 +++ b/lisp/dired.el Mon Apr 03 17:53:24 2006 +0000 @@ -206,7 +206,7 @@ ("^file:" . dired-dnd-handle-local-file)) "The functions to call when a drop in `dired-mode' is made. See `dnd-protocol-alist' for more information. When nil, behave -as in other buffers. Changing this options is effective only for +as in other buffers. Changing this option is effective only for new dired buffers." :type '(choice (repeat (cons (regexp) (function))) (const :tag "Behave as in other buffers" nil))