emacs-diffs
[Top][All Lists]
Advanced

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

master 1fae01dacf: ; * doc/lispref/commands.texi (Misc Events): Fix word


From: Eli Zaretskii
Subject: master 1fae01dacf: ; * doc/lispref/commands.texi (Misc Events): Fix wording.
Date: Fri, 7 Jan 2022 03:12:06 -0500 (EST)

branch: master
commit 1fae01dacf180d77482ac67bba81a476328a53ff
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/commands.texi (Misc Events): Fix wording.
---
 doc/lispref/commands.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index 855b371cac..eb364d2f49 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -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})



reply via email to

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