diff options
-rw-r--r-- | man/frames.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/frames.texi b/man/frames.texi index af91cced8ce..f95d65a85fa 100644 --- a/man/frames.texi +++ b/man/frames.texi @@ -973,10 +973,9 @@ sometimes known as @dfn{balloon help}.) Help text may be available for menu items too. @findex tooltip-mode - To use tooltips, enable Tooltip mode with the command @kbd{M-x -tooltip-mode}. The customization group @code{tooltip} controls -various aspects of how tooltips work. When Tooltip mode is disabled, -the help text is displayed in the echo area instead. + 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 |