emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f041d61008 2/3: Improve documentation of the preedit-text event


From: Po Lu
Subject: master f041d61008 2/3: Improve documentation of the preedit-text event
Date: Fri, 7 Jan 2022 04:26:35 -0500 (EST)

branch: master
commit f041d610083ca0815ab18c589f115bacc523b9bb
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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 eb364d2f49..062b8ea911 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})



reply via email to

[Prev in Thread] Current Thread [Next in Thread]