diff options
| author | Bastien | 2017-07-03 09:06:29 +0200 |
|---|---|---|
| committer | Bastien | 2017-07-03 09:06:29 +0200 |
| commit | 5ca1888fe670aee7febd4d42665d7372ab2ffebc (patch) | |
| tree | 1f7f8d8a7580e556fc83cf3a6aaeec567b33a090 /lisp/tooltip.el | |
| parent | 20e006ffee41062f1b551a92c24d9edc53cd0f56 (diff) | |
| parent | 1b4f0a92ff3505ef9a465b9b391756e3a73a6443 (diff) | |
| download | emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.tar.gz emacs-5ca1888fe670aee7febd4d42665d7372ab2ffebc.zip | |
Merge branch 'master' into scratch/org-mode-merge
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)) |