]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of the preedit-text event
authorPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 09:23:25 +0000 (17:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 7 Jan 2022 09:26:13 +0000 (17:26 +0800)
* doc/lispref/commands.texi (Misc Events): Document how
`preedit-text' events are used.

doc/lispref/commands.texi

index eb364d2f49aed106a9888e09777ce01260da2560..062b8ea9116fbe2908b239a6981eaf45fb87145e 100644 (file)
@@ -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})