mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
xfns.c (Fx_show_tip): Fix typo in docstring.
This commit is contained in:
parent
059b2b00fb
commit
c869cc3774
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2010-11-11 Julien Danjou <julien@danjou.info>
|
||||
|
||||
* xfns.c (Fx_show_tip): Fix typo in docstring.
|
||||
|
||||
2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* cmds.c (Fself_insert_command): Don't call XFASTINT without checking
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue