aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-27 17:50:38 +0000
committerDave Love <[email protected]>2000-11-27 17:50:38 +0000
commit8be44f9de40cb9dd0e4bd6031de8145914deb2e2 (patch)
tree035470a0b9d60fb936e819bdac3493204803fb9b /lisp
parentecf5279ade7a9281ded73a6eca74c24272c7c452 (diff)
(tooltip-use-echo-area): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tooltip.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index f5953f49c7..0d988ffdff 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -141,7 +141,9 @@ only tooltips in the buffer containing the overlay arrow."
(defcustom tooltip-use-echo-area nil
- "Use the echo area instead of the actual tooltip windows."
+ "Use the echo area instead of tooltip frames.
+This is only relevant GUD display, since otherwise it is equivalent to
+turning off Tooltip mode."
:type 'boolean
:tag "use echo area"
:group 'tooltip)