emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Wed, 26 Jun 2002 04:52:32 -0400

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.24 emacs/lisp/tooltip.el:1.25
*** emacs/lisp/tooltip.el:1.24  Wed May 29 12:38:06 2002
--- emacs/lisp/tooltip.el       Wed Jun 26 04:52:31 2002
***************
*** 77,83 ****
  
  
  (defcustom tooltip-x-offset nil
!   "Specify an 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
--- 77,83 ----
  
  
  (defcustom tooltip-x-offset nil
!   "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,98 ****
  
  
  (defcustom tooltip-y-offset nil
!   "Specify a 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
--- 92,98 ----
  
  
  (defcustom tooltip-y-offset nil
!   "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]