diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-10 16:15:21 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-04-10 16:15:29 +0200 |
commit | 7c6cdc1effe247a727a53eb3855894c0f00ef2ca (patch) | |
tree | 63750faa04f1dd9ffca72dce4516a0d19218517a /doc/emacs/frames.texi | |
parent | 8addfafc2afac21e34d320524a80567f80926069 (diff) | |
download | emacs-7c6cdc1effe247a727a53eb3855894c0f00ef2ca.tar.gz emacs-7c6cdc1effe247a727a53eb3855894c0f00ef2ca.tar.bz2 emacs-7c6cdc1effe247a727a53eb3855894c0f00ef2ca.zip |
Fix markup in Drag and Drop
* doc/emacs/frames.texi (Drag and Drop): Fix markup.
Diffstat (limited to 'doc/emacs/frames.texi')
-rw-r--r-- | doc/emacs/frames.texi | 2 |
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. It can be difficult to scroll a window or determine where dropped text will be inserted while dragging text onto an Emacs window. -Setting the option @var{dnd-indicate-insertion-point} to a +Setting the option @code{dnd-indicate-insertion-point} to a non-@code{nil} value makes point move to the location any dropped text will be inserted when the mouse moves in a window during drag, and setting @code{dnd-scroll-margin} to an integer value causes a window |