aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tooltip.el
diff options
context:
space:
mode:
authorBastien2017-07-03 09:06:29 +0200
committerBastien2017-07-03 09:06:29 +0200
commit5ca1888fe670aee7febd4d42665d7372ab2ffebc (patch)
tree1f7f8d8a7580e556fc83cf3a6aaeec567b33a090 /lisp/tooltip.el
parent20e006ffee41062f1b551a92c24d9edc53cd0f56 (diff)
parent1b4f0a92ff3505ef9a465b9b391756e3a73a6443 (diff)
downloademacs-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.el6
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
125If `left' or `top' parameters are included, they specify the absolute 126If `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))