diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-02-07 23:54:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-02-07 23:54:00 +0000 |
commit | 7f29c2d81f70106b8c5fceccff6a018d2f88189d (patch) | |
tree | e2717c85896188048798d97ab95b2a7034903837 | |
parent | d1931152c319959ee2c1ca044ed537490f161ab6 (diff) | |
download | emacs-7f29c2d81f70106b8c5fceccff6a018d2f88189d.tar.gz |
(Help Echo): "Graphical display", not window system.
-rw-r--r-- | man/help.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help.texi b/man/help.texi index 3f059b2c85c..634dca792f0 100644 --- a/man/help.texi +++ b/man/help.texi @@ -644,7 +644,7 @@ Emacs (@code{describe-no-warranty}). @cindex balloon help When a region of text is ``active,'' so that you can select it with 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 +Areas of the mode line are examples. On graphical displays, the help text is displayed as a ``tooltip'' (sometimes known as ``balloon 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 |