]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/commands.texi (Misc Events): Fix wording.
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jan 2022 08:11:33 +0000 (10:11 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Jan 2022 08:11:33 +0000 (10:11 +0200)
doc/lispref/commands.texi

index 855b371cacaef50dc52c7852697f689da8d3f092..eb364d2f49aed106a9888e09777ce01260da2560 100644 (file)
@@ -2131,16 +2131,16 @@ size of the object beneath the gesture: image, window, etc.
 
 @cindex @code{preedit-text} event
 @item (preedit-text @var{arg})
-This kind of event is sent when a system input method tells Emacs to
-display some text to indicate to the user what will be inserted.  The
-contents of @var{arg} are dependent on the window system being used.
+This event is sent when a system input method tells Emacs to display
+some text to indicate to the user what will be inserted.  The contents
+of @var{arg} are dependent on the window system being used.
 
 On X, @var{arg} is a string describing some text to place behind the
 cursor.  It can be @code{nil}, which means to remove any text
 previously displayed.  @c FIXME: what is the value of ARG on PGTK?
 
-It is a special event (@xref{Special Events}), which should normally
-not be bound by the user.
+This is a special event (@pxref{Special Events}), which normally
+should not be bound by the user to any command.
 
 @cindex @code{drag-n-drop} event
 @item (drag-n-drop @var{position} @var{files})