diff options
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index ce190e95829..60eabec8b43 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 |