]> git.eshelyaron.com Git - emacs.git/commit
Rename `tooltip-hook' to `tooltip-functions'.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Oct 2008 12:10:20 +0000 (12:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Oct 2008 12:10:20 +0000 (12:10 +0000)
commit19423c532dc7124bd0c72422b9fb7685ce3b7e41
treef4088c300cdcc930743e66e023db00e88a5cc7cc
parent4414f58f6792dcfb662839435cfe48d3e51ca33b
Rename `tooltip-hook' to `tooltip-functions'.

* tooltip.el (tooltip-functions): Rename from `tooltip-hook',
  to follow naming conventions for abnormal hooks.  Doc fix.
  (tooltip-mode, tooltip-timeout): Use it.
  (tooltip-hook): New obsolete alias.
  (tooltip-help-tips): Doc fix.

* progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
lisp/ChangeLog
lisp/progmodes/gud.el
lisp/tooltip.el