]> code.delx.au - gnu-emacs/blobdiff - lisp/tooltip.el
; Fix breakage from previous commit
[gnu-emacs] / lisp / tooltip.el
index ce190e958293c893eb729bf87bf6765963b58147..60eabec8b43ff8795ff074c8383211d9366d1a86 100644 (file)
@@ -127,7 +127,9 @@ position to pop up the tooltip.
 
 Note that font and color parameters are ignored, and the attributes
 of the `tooltip' face are used instead."
-  :type 'sexp
+  :type '(repeat (cons :format "%v"
+                      (symbol :tag "Parameter")
+                      (sexp :tag "Value")))
   :group 'tooltip)
 
 (defface tooltip