aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-27 17:50:38 +0000
committerDave Love2000-11-27 17:50:38 +0000
commit8be44f9de40cb9dd0e4bd6031de8145914deb2e2 (patch)
tree035470a0b9d60fb936e819bdac3493204803fb9b
parentecf5279ade7a9281ded73a6eca74c24272c7c452 (diff)
downloademacs-8be44f9de40cb9dd0e4bd6031de8145914deb2e2.tar.gz
emacs-8be44f9de40cb9dd0e4bd6031de8145914deb2e2.zip
(tooltip-use-echo-area): Doc fix.
-rw-r--r--lisp/tooltip.el4
1 files changed, 3 insertions, 1 deletions
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."
141 141
142 142
143(defcustom tooltip-use-echo-area nil 143(defcustom tooltip-use-echo-area nil
144 "Use the echo area instead of the actual tooltip windows." 144 "Use the echo area instead of tooltip frames.
145This is only relevant GUD display, since otherwise it is equivalent to
146turning off Tooltip mode."
145 :type 'boolean 147 :type 'boolean
146 :tag "use echo area" 148 :tag "use echo area"
147 :group 'tooltip) 149 :group 'tooltip)