emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] Fx_show_tip: fix typo in docstring


From: Julien Danjou
Subject: [PATCH] Fx_show_tip: fix typo in docstring
Date: Wed, 10 Nov 2010 14:43:38 +0100

Signed-off-by: Julien Danjou <address@hidden>
---
 src/ChangeLog |    4 ++++
 src/xfns.c    |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index e43ae3d..4e9f403 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-09  Julien Danjou  <address@hidden>
+
+       * xfns.c (Fx_show_tip): Fix typo in docstring.
+
 2010-11-07  Jan Djärv  <address@hidden>
 
        * xfns.c (set_machine_and_pid_properties): Let X set WM_CLIENT_MACHINE.
diff --git a/src/xfns.c b/src/xfns.c
index 576ab3f..e5e0335 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -4986,7 +4986,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
-- 
1.7.2.3




reply via email to

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