]> code.delx.au - gnu-emacs/commitdiff
(dired-dnd-protocol-alist): Fix typo.
authorRomain Francoise <romain@orebokech.com>
Mon, 3 Apr 2006 17:53:24 +0000 (17:53 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 3 Apr 2006 17:53:24 +0000 (17:53 +0000)
lisp/ChangeLog
lisp/dired.el

index 1458541bbbe8b928316644157da7bbc0902fa9e9..67a6181ef8d2330e91dfbf0de6da9fc024a1b106 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-03  Romain Francoise  <romain@orebokech.com>
+
+       * dired.el (dired-dnd-protocol-alist): Fix typo.
+
 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * savehist.el (savehist): Add :version.
index 33df55dfec705b8a0209cf9c0026dced87f2250b..7209248a75a2941cc5c2a6ed72b9d51e2b14b9bb 100644 (file)
@@ -206,7 +206,7 @@ with the buffer narrowed to the listing."
     ("^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))