emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/frames.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/frames.texi
Date: Sat, 07 May 2005 18:56:34 -0400

Index: emacs/man/frames.texi
diff -c emacs/man/frames.texi:1.82 emacs/man/frames.texi:1.83
*** emacs/man/frames.texi:1.82  Sat May  7 19:44:26 2005
--- emacs/man/frames.texi       Sat May  7 22:56:34 2005
***************
*** 48,54 ****
  * Menu Bars::         Enabling and disabling the menu bar.
  * Tool Bars::           Enabling and disabling the tool bar.
  * Dialog Boxes::        Controlling use of dialog boxes.
! * Tooltips::            Showing "tooltips", AKA "balloon help" for active 
text.
  * Mouse Avoidance::     Moving the mouse pointer out of the way.
  * Non-Window Terminals::  Multiple frames on terminals that show only one.
  * XTerm Mouse::         Using the mouse in an XTerm terminal emulator.
--- 48,54 ----
  * Menu Bars::         Enabling and disabling the menu bar.
  * Tool Bars::           Enabling and disabling the tool bar.
  * Dialog Boxes::        Controlling use of dialog boxes.
! * Tooltips::            Displaying information at the current mouse position.
  * Mouse Avoidance::     Moving the mouse pointer out of the way.
  * Non-Window Terminals::  Multiple frames on terminals that show only one.
  * XTerm Mouse::         Using the mouse in an XTerm terminal emulator.
***************
*** 969,987 ****
  the setting of this variable has no effect.
  
  @node Tooltips
! @section Tooltips (or ``Balloon Help'')
  
! @cindex balloon help
!   Tooltips are small X windows displaying a help string at the current
! mouse position, typically over text---including the mode line---which
! can be activated with the mouse or other keys.  (This facility is
! sometimes known as @dfn{balloon help}.)  Help text may be available for
! menu items too.
  
  @findex tooltip-mode
!   You can toggle 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.
  
  @vindex tooltip-delay
    The variables @code{tooltip-delay} specifies how long Emacs should
--- 969,993 ----
  the setting of this variable has no effect.
  
  @node Tooltips
! @section Tooltips
  
!   Tooltips are small windows that display text information at the
! current mouse position.  They activate when there is a pause in mouse
! movement.
! 
! 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
! 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.
! 
! GUD tooltips are useful when you are debugging a
! program. @xref{Debugger Operation}.
  
  @vindex tooltip-delay
    The variables @code{tooltip-delay} specifies how long Emacs should




reply via email to

[Prev in Thread] Current Thread [Next in Thread]