changeset 46025:ce0d438fe05e

(tooltip-x-offset, tooltip-y-offset): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 Jun 2002 08:52:31 +0000
parents 267399555cd1
children 312f417a8513
files lisp/tooltip.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tooltip.el	Wed Jun 26 08:51:45 2002 +0000
+++ b/lisp/tooltip.el	Wed Jun 26 08:52:31 2002 +0000
@@ -77,7 +77,7 @@
 
 
 (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 @@
 
 
 (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