From 850ff18016a9ad64322b6635f28fe1d29283d93a Mon Sep 17 00:00:00 2001 From: Alan Third Date: Sun, 22 Apr 2018 11:06:42 +0100 Subject: [PATCH] Clarify wording of NS drag n drop documentation * doc/emacs/macos.texi (Mac / GNUstep Events): Clarify wording of ns-drag-n-drop description. --- doc/emacs/macos.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/emacs/macos.texi b/doc/emacs/macos.texi index 6a713271abc..cfb63fe1d8c 100644 --- a/doc/emacs/macos.texi +++ b/doc/emacs/macos.texi @@ -169,9 +169,9 @@ the requested line (@code{ns-open-file-select-line}). @item ns-drag-n-drop This event occurs when a user drags an object from another application into an Emacs frame. The default behavior is to open a file in the -current window, or to insert text in the buffer it is dropped into. -It may sometimes be necessary to use the @key{META} key in conjunction -with dragging to force text insertion. +window under the mouse, or to insert text at point of the window under +the mouse. It may sometimes be necessary to use the @key{META} key in +conjunction with dragging to force text insertion. @item ns-change-font This event occurs when the user selects a font in a Nextstep font -- 2.39.5