emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102358: xfns.c (Fx_show_tip): Fix ty


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102358: xfns.c (Fx_show_tip): Fix typo in docstring.
Date: Fri, 12 Nov 2010 09:46:21 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102358
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-12 09:46:21 +0100
message:
  xfns.c (Fx_show_tip): Fix typo in docstring.
modified:
  src/ChangeLog
  src/xfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-11-11 21:11:17 +0000
+++ b/src/ChangeLog     2010-11-12 08:46:21 +0000
@@ -1,3 +1,7 @@
+2010-11-11  Julien Danjou  <address@hidden>
+
+       * xfns.c (Fx_show_tip): Fix typo in docstring.
+
 2010-11-11  Stefan Monnier  <address@hidden>
 
        * cmds.c (Fself_insert_command): Don't call XFASTINT without checking

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2010-11-09 20:07:10 +0000
+++ b/src/xfns.c        2010-11-12 08:46:21 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]