From: Jan Djärv Date: Fri, 12 Nov 2010 08:46:21 +0000 (+0100) Subject: xfns.c (Fx_show_tip): Fix typo in docstring. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c869cc377478d21689d00c1cdc7e690905d8891c;p=emacs.git xfns.c (Fx_show_tip): Fix typo in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index 902570f804f..05b8ef46598 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/xfns.c b/src/xfns.c index 28566eb9a64..79e21fa0b50 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -5021,7 +5021,7 @@ change the tooltip's appearance. 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