diff options
| author | Lars Ingebrigtsen | 2022-04-10 16:15:21 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-04-10 16:15:29 +0200 |
| commit | 7c6cdc1effe247a727a53eb3855894c0f00ef2ca (patch) | |
| tree | 63750faa04f1dd9ffca72dce4516a0d19218517a | |
| parent | 8addfafc2afac21e34d320524a80567f80926069 (diff) | |
| download | emacs-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.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. | |||
| 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 |
| 1203 | text will be inserted while dragging text onto an Emacs window. | 1203 | text will be inserted while dragging text onto an Emacs window. |
| 1204 | Setting the option @var{dnd-indicate-insertion-point} to a | 1204 | Setting the option @code{dnd-indicate-insertion-point} to a |
| 1205 | non-@code{nil} value makes point move to the location any dropped text | 1205 | non-@code{nil} value makes point move to the location any dropped text |
| 1206 | will be inserted when the mouse moves in a window during drag, and | 1206 | will be inserted when the mouse moves in a window during drag, and |
| 1207 | setting @code{dnd-scroll-margin} to an integer value causes a window | 1207 | setting @code{dnd-scroll-margin} to an integer value causes a window |