diff lisp/tooltip.el @ 42706:be541feb06cc

Fix typo.
author Pavel Jan?k <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 3c4df1ce9e4c
children ebc4fa4ef475
line wrap: on
line diff
--- a/lisp/tooltip.el	Sun Jan 13 09:56:13 2002 +0000
+++ b/lisp/tooltip.el	Sun Jan 13 10:09:20 2002 +0000
@@ -538,7 +538,7 @@
 (defun tooltip-help-tips (event)
   "Hook function to display a help tooltip.
 This is installed on the hook `tooltip-hook', which is run when
-the the timer with ID `tooltip-timeout-id' fires.
+the timer with ID `tooltip-timeout-id' fires.
 Value is non-nil if this function handled the tip."
   (when (stringp tooltip-help-message)
     (tooltip-show tooltip-help-message)