summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2022-06-04 13:27:03 +0800
committerPo Lu <luangruo@yahoo.com>2022-06-04 13:27:03 +0800
commiteaff6569e2fd317503c96eeba8e9c515d0734a44 (patch)
tree5247bca9da2b76e178eb7c72a5c0b7c84c35aaf9 /lisp/mouse.el
parentc259ae909f89f8e9895d117ef56d176fd7056a83 (diff)
downloademacs-eaff6569e2fd317503c96eeba8e9c515d0734a44.tar.gz
Improve doc of `mouse-drag-mode-line-buffer'
* doc/emacs/frames.texi (Mouse Commands): Document `mouse-drag-mode-line-buffer'. * etc/NEWS: Explain where that option is supported. * lisp/mouse.el (mouse-drag-mode-line-buffer): Likewise.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 1f2e9252228..737c5078704 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -111,7 +111,10 @@ down and up respectively."
(defcustom mouse-drag-mode-line-buffer nil
"If non-nil, allow dragging files from the mode line.
When the buffer has an associated file, it can be dragged from
-the buffer name portion of its mode line to other programs."
+the buffer name portion of its mode line to other programs.
+
+This option is only supported on X, Haiku and Nextstep (GNUstep
+or macOS)."
:type 'boolean
:version "29.1")