comparison lisp/tooltip.el @ 33923:44a439ef63c0

(tooltip-use-echo-area): Doc fix.
author Dave Love <fx@gnu.org>
date Mon, 27 Nov 2000 17:50:38 +0000
parents 7d4c3fcd3421
children 9d6fdd64a809
comparison
equal deleted inserted replaced
33922:022179568a0f 33923:44a439ef63c0
139 :tag "GUD buffers predicate" 139 :tag "GUD buffers predicate"
140 :group 'tooltip) 140 :group 'tooltip)
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.
145 This is only relevant GUD display, since otherwise it is equivalent to
146 turning 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)
148 150
149 151