# HG changeset patch # User Jan D. # Date 1289551581 -3600 # Node ID 9b8b83a18b1c9e1b777a0b9cee203566295eecb9 # Parent 7cc8e10adfff26300ab4b7b4d1776bf4dc8d41cc xfns.c (Fx_show_tip): Fix typo in docstring. diff -r 7cc8e10adfff -r 9b8b83a18b1c src/ChangeLog --- a/src/ChangeLog Fri Nov 12 06:24:47 2010 +0000 +++ b/src/ChangeLog Fri Nov 12 09:46:21 2010 +0100 @@ -1,3 +1,7 @@ +2010-11-11 Julien Danjou + + * xfns.c (Fx_show_tip): Fix typo in docstring. + 2010-11-11 Stefan Monnier * cmds.c (Fself_insert_command): Don't call XFASTINT without checking diff -r 7cc8e10adfff -r 9b8b83a18b1c src/xfns.c --- a/src/xfns.c Fri Nov 12 06:24:47 2010 +0000 +++ b/src/xfns.c Fri Nov 12 09:46:21 2010 +0100 @@ -5021,7 +5021,7 @@ Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil means use the default timeout of 5 seconds. -If the list of frame parameters PARAMS contains a `left' parameters, +If the list of frame parameters PARMS contains a `left' parameters, the tooltip is displayed at that x-position. Otherwise it is displayed at the mouse position, with offset DX added (default is 5 if DX isn't specified). Likewise for the y-position; if a `top' frame