diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2006-04-03 17:27:06 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2006-04-03 17:27:06 +0000 |
commit | f7a8a96578e63406a1c5854d052edcce2f40b100 (patch) | |
tree | 165c6a1acba280770db0858c6f9cf4d7cfadd90a /lisp/dired.el | |
parent | 5d24c60e3a3b07ccb31b886885ea117a058168be (diff) | |
download | emacs-f7a8a96578e63406a1c5854d052edcce2f40b100.tar.gz |
(dired-dnd-protocol-alist): Mention that change does
only apply to new buffers in doc string.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 3bcb45e06c0..33df55dfec7 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -206,7 +206,8 @@ 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." +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" |