diff options
author | Po Lu <luangruo@yahoo.com> | 2022-03-19 11:35:55 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2022-03-19 11:35:55 +0800 |
commit | c7f085b53fe4bf0e6bc13e33b38f46f6b35a5608 (patch) | |
tree | f92d63e27bd602f9962259b3314bbf5f9377eb76 /lisp/dired.el | |
parent | d2ba793ed97c7e759630109033cf729fee14446b (diff) | |
download | emacs-c7f085b53fe4bf0e6bc13e33b38f46f6b35a5608.tar.gz emacs-c7f085b53fe4bf0e6bc13e33b38f46f6b35a5608.tar.bz2 emacs-c7f085b53fe4bf0e6bc13e33b38f46f6b35a5608.zip |
Document dired-mouse-drag-files
* doc/emacs/dired.texi (Misc Dired Features): Explain that
dragging files is now supported.
* etc/NEWS: Update documentation status.
* lisp/dired.el (dired-mouse-drag-files): Fix typo in doc
string.
Diffstat (limited to 'lisp/dired.el')
-rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 2fe30d2a4e2..3790197f661 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -252,7 +252,7 @@ The target is used in the prompt for file copy, rename etc." "If non-nil, allow the mouse to drag files from inside a Dired buffer. Dragging the mouse and then releasing it over the window of another program will result in that program opening the file, or -creating a copy of it . +creating a copy of it. If the value is `link', then a symbolic link will be created to the file instead by the other program (usually a file manager)." |