From 8be44f9de40cb9dd0e4bd6031de8145914deb2e2 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 27 Nov 2000 17:50:38 +0000 Subject: [PATCH] (tooltip-use-echo-area): Doc fix. --- lisp/tooltip.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.2