/[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.17.12.4 by eliz, Sat Nov 3 17:04:32 2001 UTC revision 1.17.12.5 by eliz, Thu May 16 16:01:24 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.17.12.4  
changed lines
  Added in v.1.17.12.5

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