X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/641a3472ef245157ebcb2114f2d608cb3cb401a7..8419f0d166cf5107062ff74f120c591f3fce35d9:/lisp/tooltip.el diff --git a/lisp/tooltip.el b/lisp/tooltip.el index ce190e9582..60eabec8b4 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -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