emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/commands.texi


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/commands.texi
Date: Sat, 29 Jan 2005 09:04:57 -0500

Index: emacs/lispref/commands.texi
diff -c emacs/lispref/commands.texi:1.63 emacs/lispref/commands.texi:1.64
*** emacs/lispref/commands.texi:1.63    Fri Jan 14 12:15:33 2005
--- emacs/lispref/commands.texi Sat Jan 29 14:04:57 2005
***************
*** 1547,1552 ****
--- 1547,1567 ----
  This kind of event is generated, at present, only on some kinds of
  systems.
  
+ @cindex @code{help-echo} event
+ @item help-echo
+ This kind of event is generated when a mouse pointer moves onto a
+ portion of buffer text which has a @code{help-echo} text property.
+ The generated event has this form:
+ 
+ @example
+  (help-echo @var{frame} @var{help} @var{window} @var{object} @var{pos})
+ @end example
+ 
+ @noindent
+ The precise meaning of the event parameters and the way these
+ parameters are used to display the help-echo text are described in
+ @ref{Text help-echo}.
+ 
  @cindex @code{usr1-signal} event
  @cindex @code{usr2-signal} event
  @item usr1-signal




reply via email to

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