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 | |
| parent | 059b2b00fb82f5ba6dc8dcca2e4a6aa6e5c82692 (diff) | |
| download | emacs-c869cc377478d21689d00c1cdc7e690905d8891c.tar.gz emacs-c869cc377478d21689d00c1cdc7e690905d8891c.zip | |
xfns.c (Fx_show_tip): Fix typo in docstring.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xfns.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 902570f804f..05b8ef46598 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-11-11 Julien Danjou <julien@danjou.info> | ||
| 2 | |||
| 3 | * xfns.c (Fx_show_tip): Fix typo in docstring. | ||
| 4 | |||
| 1 | 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * cmds.c (Fself_insert_command): Don't call XFASTINT without checking | 7 | * cmds.c (Fself_insert_command): Don't call XFASTINT without checking |
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 |