summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-06-26 08:52:31 +0000
committerRichard M. Stallman <rms@gnu.org>2002-06-26 08:52:31 +0000
commit37a29d46173cfaf1036e05e51666c888a537f2d6 (patch)
treedb5e1995fe1ce3ce6361b36f25a114afd5a85c02 /lisp
parentf94a632ae559723b0c4ca75e931a8d7794215e8a (diff)
downloademacs-37a29d46173cfaf1036e05e51666c888a537f2d6.tar.gz
emacs-37a29d46173cfaf1036e05e51666c888a537f2d6.tar.bz2
emacs-37a29d46173cfaf1036e05e51666c888a537f2d6.zip
(tooltip-x-offset, tooltip-y-offset): Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tooltip.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index 79504156b64..7fd5533639d 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -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