diff options
Diffstat (limited to 'lisp/tooltip.el')
| -rw-r--r-- | lisp/tooltip.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 367114b83f5..c011f1b01bc 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el | |||
| @@ -119,7 +119,8 @@ the value of `tooltip-y-offset' is ignored." | |||
| 119 | (defcustom tooltip-frame-parameters | 119 | (defcustom tooltip-frame-parameters |
| 120 | '((name . "tooltip") | 120 | '((name . "tooltip") |
| 121 | (internal-border-width . 2) | 121 | (internal-border-width . 2) |
| 122 | (border-width . 1)) | 122 | (border-width . 1) |
| 123 | (no-special-glyphs . t)) | ||
| 123 | "Frame parameters used for tooltips. | 124 | "Frame parameters used for tooltips. |
| 124 | 125 | ||
| 125 | If `left' or `top' parameters are included, they specify the absolute | 126 | If `left' or `top' parameters are included, they specify the absolute |
| @@ -130,7 +131,8 @@ of the `tooltip' face are used instead." | |||
| 130 | :type '(repeat (cons :format "%v" | 131 | :type '(repeat (cons :format "%v" |
| 131 | (symbol :tag "Parameter") | 132 | (symbol :tag "Parameter") |
| 132 | (sexp :tag "Value"))) | 133 | (sexp :tag "Value"))) |
| 133 | :group 'tooltip) | 134 | :group 'tooltip |
| 135 | :version "26.1") | ||
| 134 | 136 | ||
| 135 | (defface tooltip | 137 | (defface tooltip |
| 136 | '((((class color)) | 138 | '((((class color)) |