mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(dired-dnd-protocol-alist): Fix typo.
This commit is contained in:
parent
04d6dfe271
commit
3db7bf5409
2 changed files with 5 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue