changeset 69783:d1bfd9018628

(dired-dnd-protocol-alist): Fix typo.
author Romain Francoise <romain@orebokech.com>
date Mon, 03 Apr 2006 17:53:24 +0000
parents ae7fd157df4b
children 2a84440a03fb
files lisp/ChangeLog lisp/dired.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.
--- 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))