diff options
| author | Eli Zaretskii | 2007-03-24 15:42:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-24 15:42:17 +0000 |
| commit | 87c891c71bd9b6c0eec05c1572ea455e0ff7d705 (patch) | |
| tree | a40a8b3715e9ff5e2580334b1a874876c65b206b /src | |
| parent | 573ab279d69451d07a7780b6c6b4de147ca8b5fe (diff) | |
| download | emacs-87c891c71bd9b6c0eec05c1572ea455e0ff7d705.tar.gz emacs-87c891c71bd9b6c0eec05c1572ea455e0ff7d705.zip | |
(Fx_show_tip): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/macfns.c | 2 | ||||
| -rw-r--r-- | src/w32fns.c | 2 | ||||
| -rw-r--r-- | src/xfns.c | 2 |
4 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4c40f05ef92..478e4873ac5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-03-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (Fx_show_tip): Doc fix. | ||
| 4 | |||
| 5 | * macfns.c (Fx_show_tip): Doc fix. | ||
| 6 | |||
| 7 | * w32fns.c (Fx_show_tip): Doc fix. | ||
| 8 | |||
| 1 | 2007-03-23 Kim F. Storm <storm@cua.dk> | 9 | 2007-03-23 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * intervals.c (merge_properties, intervals_equal): | 11 | * intervals.c (merge_properties, intervals_equal): |
diff --git a/src/macfns.c b/src/macfns.c index 1857950aad7..d4483621654 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -4115,6 +4115,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 4115 | doc: /* Show STRING in a "tooltip" window on frame FRAME. | 4115 | doc: /* Show STRING in a "tooltip" window on frame FRAME. |
| 4116 | A tooltip window is a small window displaying a string. | 4116 | A tooltip window is a small window displaying a string. |
| 4117 | 4117 | ||
| 4118 | This is an internal function; Lisp code should call `tooltip-show'. | ||
| 4119 | |||
| 4118 | FRAME nil or omitted means use the selected frame. | 4120 | FRAME nil or omitted means use the selected frame. |
| 4119 | 4121 | ||
| 4120 | PARMS is an optional list of frame parameters which can be used to | 4122 | PARMS is an optional list of frame parameters which can be used to |
diff --git a/src/w32fns.c b/src/w32fns.c index e4961a6bfbe..8cac4ea2376 100644 --- a/src/w32fns.c +++ b/src/w32fns.c | |||
| @@ -7498,6 +7498,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 7498 | doc: /* Show STRING in a \"tooltip\" window on frame FRAME. | 7498 | doc: /* Show STRING in a \"tooltip\" window on frame FRAME. |
| 7499 | A tooltip window is a small window displaying a string. | 7499 | A tooltip window is a small window displaying a string. |
| 7500 | 7500 | ||
| 7501 | This is an internal function; Lisp code should call `tooltip-show'. | ||
| 7502 | |||
| 7501 | FRAME nil or omitted means use the selected frame. | 7503 | FRAME nil or omitted means use the selected frame. |
| 7502 | 7504 | ||
| 7503 | PARMS is an optional list of frame parameters which can be | 7505 | PARMS is an optional list of frame parameters which can be |
diff --git a/src/xfns.c b/src/xfns.c index 47e78222cbf..03cbaaec8e2 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -5030,6 +5030,8 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0, | |||
| 5030 | doc: /* Show STRING in a "tooltip" window on frame FRAME. | 5030 | doc: /* Show STRING in a "tooltip" window on frame FRAME. |
| 5031 | A tooltip window is a small X window displaying a string. | 5031 | A tooltip window is a small X window displaying a string. |
| 5032 | 5032 | ||
| 5033 | This is an internal function; Lisp code should call `tooltip-show'. | ||
| 5034 | |||
| 5033 | FRAME nil or omitted means use the selected frame. | 5035 | FRAME nil or omitted means use the selected frame. |
| 5034 | 5036 | ||
| 5035 | PARMS is an optional list of frame parameters which can be used to | 5037 | PARMS is an optional list of frame parameters which can be used to |