aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2007-03-24 15:42:17 +0000
committerEli Zaretskii2007-03-24 15:42:17 +0000
commit87c891c71bd9b6c0eec05c1572ea455e0ff7d705 (patch)
treea40a8b3715e9ff5e2580334b1a874876c65b206b /src
parent573ab279d69451d07a7780b6c6b4de147ca8b5fe (diff)
downloademacs-87c891c71bd9b6c0eec05c1572ea455e0ff7d705.tar.gz
emacs-87c891c71bd9b6c0eec05c1572ea455e0ff7d705.zip
(Fx_show_tip): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog8
-rw-r--r--src/macfns.c2
-rw-r--r--src/w32fns.c2
-rw-r--r--src/xfns.c2
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 @@
12007-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
12007-03-23 Kim F. Storm <storm@cua.dk> 92007-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.
4116A tooltip window is a small window displaying a string. 4116A tooltip window is a small window displaying a string.
4117 4117
4118This is an internal function; Lisp code should call `tooltip-show'.
4119
4118FRAME nil or omitted means use the selected frame. 4120FRAME nil or omitted means use the selected frame.
4119 4121
4120PARMS is an optional list of frame parameters which can be used to 4122PARMS 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.
7499A tooltip window is a small window displaying a string. 7499A tooltip window is a small window displaying a string.
7500 7500
7501This is an internal function; Lisp code should call `tooltip-show'.
7502
7501FRAME nil or omitted means use the selected frame. 7503FRAME nil or omitted means use the selected frame.
7502 7504
7503PARMS is an optional list of frame parameters which can be 7505PARMS 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.
5031A tooltip window is a small X window displaying a string. 5031A tooltip window is a small X window displaying a string.
5032 5032
5033This is an internal function; Lisp code should call `tooltip-show'.
5034
5033FRAME nil or omitted means use the selected frame. 5035FRAME nil or omitted means use the selected frame.
5034 5036
5035PARMS is an optional list of frame parameters which can be used to 5037PARMS is an optional list of frame parameters which can be used to