]> git.eshelyaron.com Git - emacs.git/commitdiff
(Help Echo): By default, help echos are only shown on mouse-over, not
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 7 Nov 2005 23:09:59 +0000 (23:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 7 Nov 2005 23:09:59 +0000 (23:09 +0000)
on point-over.

man/help.texi

index 8ecc610c66c62b68503fc3b10b94ffe6d6dbcc6c..233d3c24b00c121097ca018546782ea6e428f7d2 100644 (file)
@@ -613,8 +613,10 @@ Emacs (@code{describe-no-warranty}).
 the mouse or a key like @kbd{RET}, it often has associated help text.
 Areas of the mode line are examples.  On most window systems, the help
 text is displayed as a ``tooltip'' (sometimes known as ``balloon
-help'').  @xref{Tooltips}.  Otherwise, it is shown in the echo area
-when you move point into the active text.
+help''), when you move the mouse over the active text.  @xref{Tooltips}.
+On some systems, it is shown in the echo area.  On text-only
+terminals, Emacs may not be able to follow the mouse and hence will
+not show the help text on mouse-over.
 
 @kindex C-h .
 @findex display-local-help