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 /etc | |
parent | d2ba793ed97c7e759630109033cf729fee14446b (diff) | |
download | emacs-c7f085b53fe4bf0e6bc13e33b38f46f6b35a5608.tar.gz |
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 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -942,6 +942,7 @@ the thumbnail file. ** Dired ++++ *** New user option 'dired-mouse-drag-files'. If non-nil, dragging file names with the mouse in a Dired buffer will initiate a drag-and-drop session allowing them to be opened in other |