aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index d27010d2096..4c44d0a6439 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1748,6 +1748,15 @@ If @var{frame} is not visible, this function does nothing. The return
1748value is not significant. 1748value is not significant.
1749@end defun 1749@end defun
1750 1750
1751@defun frame-pointer-visible-p &optional frame
1752This predicate function returns non-@code{nil} if the mouse pointer
1753displayed on @var{frame} is visible; otherwise it returns @code{nil}.
1754@var{frame} omitted or @code{nil} means the selected frame. This is
1755useful when @code{make-pointer-invisible} is set to @code{t}: it
1756allows to know if the pointer has been hidden.
1757@xref{Mouse Avoidance,,,emacs}.
1758@end defun
1759
1751@need 3000 1760@need 3000
1752 1761
1753@node Pop-Up Menus 1762@node Pop-Up Menus