only apply to new buffers in doc string.
+2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * dired.el (dired-dnd-protocol-alist): Mention that change does
+ only apply to new buffers in doc string.
+
2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
* recentf.el (recentf-open-files-item): Include newline in button
("^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."
+as in other buffers. Changing this options is effective only for
+new dired buffers."
:type '(choice (repeat (cons (regexp) (function)))
(const :tag "Behave as in other buffers" nil))
:version "22.1"