From f041d610083ca0815ab18c589f115bacc523b9bb Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 7 Jan 2022 17:23:25 +0800 Subject: [PATCH] Improve documentation of the preedit-text event * doc/lispref/commands.texi (Misc Events): Document how `preedit-text' events are used. --- doc/lispref/commands.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index eb364d2f49a..062b8ea9116 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi @@ -2140,7 +2140,9 @@ cursor. It can be @code{nil}, which means to remove any text previously displayed. @c FIXME: what is the value of ARG on PGTK? This is a special event (@pxref{Special Events}), which normally -should not be bound by the user to any command. +should not be bound by the user to any command. Emacs will typically +the text contained in the event behind the cursor on-screen when it is +received. @cindex @code{drag-n-drop} event @item (drag-n-drop @var{position} @var{files}) -- 2.39.2