From aac19cea96fc5678555e601ed3a75bd7d3e3b3fa Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 10 May 2005 09:20:52 +0000 Subject: [PATCH] (Tooltips): Cleanups. --- man/frames.texi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/man/frames.texi b/man/frames.texi index 139560af30e..68d406b45e3 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -970,24 +970,24 @@ the setting of this variable has no effect. @node Tooltips @section Tooltips +@cindex tooltips - Tooltips are small windows that display text information at the + @dfn{Tooltips} are small windows that display text information at the current mouse position. They activate when there is a pause in mouse -movement. +movement. There are two types of tooltip: help tooltips and GUD +tooltips. -There are two types of tooltip: help tooltips and GUD tooltips. - -Help tooltips typically display over text--including the mode -line--but may be also available for many other parts of the Emacs + @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. -GUD tooltips are useful when you are debugging a -program. @xref{Debugger Operation}. + @dfn{GUD tooltips} show values of variables. They are useful when +you are debugging a program. @xref{Debugger Operation}. @vindex tooltip-delay The variables @code{tooltip-delay} specifies how long Emacs should -- 2.39.2