diff options
-rw-r--r-- | man/help.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/help.texi b/man/help.texi index 8ecc610c66c..233d3c24b00 100644 --- a/man/help.texi +++ b/man/help.texi @@ -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 |