From 3db7bf54095e5b7b7fe108fe8cc9b8a6d5219264 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Mon, 3 Apr 2006 17:53:24 +0000 Subject: [PATCH] (dired-dnd-protocol-alist): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/dired.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1458541bbbe..67a6181ef8d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/dired.el b/lisp/dired.el index 33df55dfec7..7209248a75a 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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))