diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-26 01:05:45 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-04-26 01:05:45 +0000 |
commit | 83217d594f34b779f91c74343535247fac4c1269 (patch) | |
tree | 486ea7d1226d83ba9ff9432bfff6cce916bd084b | |
parent | 7f48f143a8ae26389aeda3a2184bf690e2175ec9 (diff) | |
download | emacs-83217d594f34b779f91c74343535247fac4c1269.tar.gz |
(Tooltips): Tooltip mode is enabled by default.
Delete redundant reference to tooltip Custom group. It is referred
too again in the next paragraph.
-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 |