mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(tooltip-x-offset, tooltip-y-offset): Doc fixes.
This commit is contained in:
parent
f94a632ae5
commit
37a29d4617
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ Do so after `tooltip-short-delay'."
|
|||
|
||||
|
||||
(defcustom tooltip-x-offset nil
|
||||
"Specify an X offset, in pixels, for the display of tooltips.
|
||||
"X offset, in pixels, for the display of tooltips.
|
||||
The offset is relative to the position of the mouse. It must
|
||||
be chosen so that the tooltip window doesn't contain the mouse
|
||||
when it pops up. If the value is nil, the default offset is 5
|
||||
|
|
@ -92,7 +92,7 @@ the value of `tooltip-x-offset' is ignored."
|
|||
|
||||
|
||||
(defcustom tooltip-y-offset nil
|
||||
"Specify a Y offset, in pixels, for the display of tooltips.
|
||||
"Y offset, in pixels, for the display of tooltips.
|
||||
The offset is relative to the position of the mouse. It must
|
||||
be chosen so that the tooltip window doesn't contain the mouse
|
||||
when it pops up. If the value is nil, the default offset is -10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue