diff options
| author | Jan Djärv | 2010-11-12 09:46:21 +0100 |
|---|---|---|
| committer | Jan Djärv | 2010-11-12 09:46:21 +0100 |
| commit | c869cc377478d21689d00c1cdc7e690905d8891c (patch) | |
| tree | 9ca0416a6f97e1c21dcbfa2e376e354a388d0ae3 /src/xfns.c | |
| parent | 059b2b00fb82f5ba6dc8dcca2e4a6aa6e5c82692 (diff) | |
| download | emacs-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.c | 2 |
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. | |||
| 5021 | Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil | 5021 | Automatically hide the tooltip after TIMEOUT seconds. TIMEOUT nil |
| 5022 | means use the default timeout of 5 seconds. | 5022 | means use the default timeout of 5 seconds. |
| 5023 | 5023 | ||
| 5024 | If the list of frame parameters PARAMS contains a `left' parameters, | 5024 | If the list of frame parameters PARMS contains a `left' parameters, |
| 5025 | the tooltip is displayed at that x-position. Otherwise it is | 5025 | the tooltip is displayed at that x-position. Otherwise it is |
| 5026 | displayed at the mouse position, with offset DX added (default is 5 if | 5026 | displayed at the mouse position, with offset DX added (default is 5 if |
| 5027 | DX isn't specified). Likewise for the y-position; if a `top' frame | 5027 | DX isn't specified). Likewise for the y-position; if a `top' frame |