# HG changeset patch # User Richard M. Stallman # Date 1113093694 0 # Node ID 662ca833c8e083ec789c70533fd6a2c89023e981 # Parent 02c939955b7a254810d2fa0fd1102bfb6ce2aa7f Comment change. diff -r 02c939955b7a -r 662ca833c8e0 src/keyboard.c --- a/src/keyboard.c Sun Apr 10 00:28:37 2005 +0000 +++ b/src/keyboard.c Sun Apr 10 00:41:34 2005 +0000 @@ -2258,12 +2258,16 @@ return c; } -/* Display help echo in the echo area. - - HELP a string means display that string, HELP nil means clear the - help echo. If HELP is a function, call it with OBJECT and POS as - arguments; the function should return a help string or nil for - none. For all other types of HELP evaluate it to obtain a string. +/* Display the help-echo property of the character after the mouse pointer. + Either show it in the echo area, or call show-help-function to display + it by other means (maybe in a tooltip). + + If HELP is nil, that means clear the previous help echo. + + If HELP is a string, display that string. If HELP is a function, + call it with OBJECT and POS as arguments; the function should + return a help string or nil for none. For all other types of HELP, + evaluate it to obtain a string. WINDOW is the window in which the help was generated, if any. It is nil if not in a window.