# HG changeset patch # User Dave Love # Date 975347438 0 # Node ID 44a439ef63c02ee878c2b34f199004fe7d016ae5 # Parent 022179568a0f644a675f0dbcc60a2b5bd35f4d6e (tooltip-use-echo-area): Doc fix. diff -r 022179568a0f -r 44a439ef63c0 lisp/tooltip.el --- a/lisp/tooltip.el Mon Nov 27 17:46:24 2000 +0000 +++ b/lisp/tooltip.el Mon Nov 27 17:50:38 2000 +0000 @@ -141,7 +141,9 @@ (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)