Mercurial > emacs
changeset 33923:44a439ef63c0
(tooltip-use-echo-area): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 Nov 2000 17:50:38 +0000 |
parents | 022179568a0f |
children | c8c683f24c57 |
files | lisp/tooltip.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)