diff options
| -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 |