aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 15e96183e3b..43d4d27372e 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -6884,7 +6884,8 @@ mouse buttons are released on top of FRAME.
6884 6884
6885If FOLLOW-TOOLTIP is non-nil, any tooltip currently being displayed 6885If FOLLOW-TOOLTIP is non-nil, any tooltip currently being displayed
6886will be moved to follow the mouse pointer while the drag is in 6886will be moved to follow the mouse pointer while the drag is in
6887progress. 6887progress. Note that this does not work with system tooltips (tooltips
6888created when `use-system-tooltips' is non-nil).
6888 6889
6889This function will sometimes return immediately if no mouse buttons 6890This function will sometimes return immediately if no mouse buttons
6890are currently held down. It should only be called when it is known 6891are currently held down. It should only be called when it is known