aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfns.c
diff options
context:
space:
mode:
authorJan Djärv2010-11-12 09:46:21 +0100
committerJan Djärv2010-11-12 09:46:21 +0100
commitc869cc377478d21689d00c1cdc7e690905d8891c (patch)
tree9ca0416a6f97e1c21dcbfa2e376e354a388d0ae3 /src/xfns.c
parent059b2b00fb82f5ba6dc8dcca2e4a6aa6e5c82692 (diff)
downloademacs-c869cc377478d21689d00c1cdc7e690905d8891c.tar.gz
emacs-c869cc377478d21689d00c1cdc7e690905d8891c.zip
xfns.c (Fx_show_tip): Fix typo in docstring.
Diffstat (limited to 'src/xfns.c')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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.
5021Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil 5021Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil
5022means use the default timeout of 5 seconds. 5022means use the default timeout of 5 seconds.
5023 5023
5024If the list of frame parameters PARAMS contains a `left' parameters, 5024If the list of frame parameters PARMS contains a `left' parameters,
5025the tooltip is displayed at that x-position. Otherwise it is 5025the tooltip is displayed at that x-position. Otherwise it is
5026displayed at the mouse position, with offset DX added (default is 5 if 5026displayed at the mouse position, with offset DX added (default is 5 if
5027DX isn't specified). Likewise for the y-position; if a `top' frame 5027DX isn't specified). Likewise for the y-position; if a `top' frame