# HG changeset patch # User Richard M. Stallman # Date 1115716852 0 # Node ID 896651c6cfa5f61c592290c9379b802cad7c587a # Parent 62f428aa09caf7c995d489c97994f7616f41a853 (Tooltips): Cleanups. diff -r 62f428aa09ca -r 896651c6cfa5 man/frames.texi --- a/man/frames.texi Tue May 10 09:20:37 2005 +0000 +++ b/man/frames.texi Tue May 10 09:20:52 2005 +0000 @@ -977,13 +977,13 @@ movement. There are two types of tooltip: help tooltips and GUD tooltips. - @dfn{Help tooltips} typically display over text--including the mode + @dfn{Help tooltips} typically display over text---including the mode line---but may be also available for many other parts of the Emacs frame such as the toolbar and menu items. @findex tooltip-mode You can toggle help tooltips (Tooltip mode) with the command -@kbd{M-x tooltip-mode}. When Tooltip mode is disabled, the help text + @kbd{M-x tooltip-mode}. When Tooltip mode is disabled, the help text is displayed in the echo area instead. @dfn{GUD tooltips} show values of variables. They are useful when