> From: Richard Stallman <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED], [email protected] > Date: Wed, 20 Apr 2005 17:42:20 -0400 > > Perhaps just document some of the variables and functions in > tooltip.el. > > Which of these do Lisp programmers need to use, and when?
It seems like tooltip-mode is used in several files, so at least that function should be mentioned. gdb-ui.el uses tooltip-identifier-from-point and gud.el uses tooltip-toggle-gud-tips and tooltip-gud-tips-p. Personally, I'd document the following: tooltip-frame-parameters, tooltip-hook, tooltip-mode, tooltip-show, tooltip-hide, tooltip-identifier-from-point, tooltip-show-help-function, tooltip-help-tips. (tooltip-hook should IMHO be mentioned in the "Standard Hooks" node.) _______________________________________________ Emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
