/[emacs]/emacs/lisp/tooltip.el
ViewVC logotype

Diff of /emacs/lisp/tooltip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by eliz, Sat Nov 3 16:59:11 2001 UTC revision 1.22 by pj, Sun Jan 13 10:01:16 2002 UTC
# Line 538  MSG is either a help string to display, Line 538  MSG is either a help string to display,
538  (defun tooltip-help-tips (event)  (defun tooltip-help-tips (event)
539    "Hook function to display a help tooltip.    "Hook function to display a help tooltip.
540  This is installed on the hook `tooltip-hook', which is run when  This is installed on the hook `tooltip-hook', which is run when
541  the the timer with ID `tooltip-timeout-id' fires.  the timer with ID `tooltip-timeout-id' fires.
542  Value is non-nil if this function handled the tip."  Value is non-nil if this function handled the tip."
543    (when (stringp tooltip-help-message)    (when (stringp tooltip-help-message)
544      (tooltip-show tooltip-help-message)      (tooltip-show tooltip-help-message)

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26