[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/frames.texi
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/man/frames.texi |
Date: |
Tue, 10 May 2005 05:20:52 -0400 |
Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.84 emacs/man/frames.texi:1.85
*** emacs/man/frames.texi:1.84 Tue May 10 09:20:37 2005
--- emacs/man/frames.texi Tue May 10 09:20:52 2005
***************
*** 977,989 ****
movement. There are two types of tooltip: help tooltips and GUD
tooltips.
! @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
is displayed in the echo area instead.
@dfn{GUD tooltips} show values of variables. They are useful when
--- 977,989 ----
movement. There are two types of tooltip: help tooltips and GUD
tooltips.
! @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
is displayed in the echo area instead.
@dfn{GUD tooltips} show values of variables. They are useful when