From: Dave Love Date: Mon, 27 Nov 2000 17:50:38 +0000 (+0000) Subject: (tooltip-use-echo-area): Doc fix. X-Git-Tag: emacs-pretest-21.0.92~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8be44f9de40cb9dd0e4bd6031de8145914deb2e2;p=emacs.git (tooltip-use-echo-area): Doc fix. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index f5953f49c7e..0d988ffdffb 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)