aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-04-10 16:15:21 +0200
committerLars Ingebrigtsen2022-04-10 16:15:29 +0200
commit7c6cdc1effe247a727a53eb3855894c0f00ef2ca (patch)
tree63750faa04f1dd9ffca72dce4516a0d19218517a
parent8addfafc2afac21e34d320524a80567f80926069 (diff)
downloademacs-7c6cdc1effe247a727a53eb3855894c0f00ef2ca.tar.gz
emacs-7c6cdc1effe247a727a53eb3855894c0f00ef2ca.zip
Fix markup in Drag and Drop
* doc/emacs/frames.texi (Drag and Drop): Fix markup.
-rw-r--r--doc/emacs/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/frames.texi b/doc/emacs/frames.texi
index 560870a4ed2..7c564a87763 100644
--- a/doc/emacs/frames.texi
+++ b/doc/emacs/frames.texi
@@ -1201,7 +1201,7 @@ protocol, are currently supported.
1201 1201
1202 It can be difficult to scroll a window or determine where dropped 1202 It can be difficult to scroll a window or determine where dropped
1203text will be inserted while dragging text onto an Emacs window. 1203text will be inserted while dragging text onto an Emacs window.
1204Setting the option @var{dnd-indicate-insertion-point} to a 1204Setting the option @code{dnd-indicate-insertion-point} to a
1205non-@code{nil} value makes point move to the location any dropped text 1205non-@code{nil} value makes point move to the location any dropped text
1206will be inserted when the mouse moves in a window during drag, and 1206will be inserted when the mouse moves in a window during drag, and
1207setting @code{dnd-scroll-margin} to an integer value causes a window 1207setting @code{dnd-scroll-margin} to an integer value causes a window