* doc/lispref/frames.texi (Mouse Position): Fix cross-ref.
This commit is contained in:
parent
abe074de52
commit
1383d930d5
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-02-28 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* frames.texi (Mouse Position): Fix cross-ref.
|
||||
|
||||
2012-02-27 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* buffers.texi (Creating Buffers): Clarify that
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
@c -*-texinfo-*-
|
||||
@c This is part of the GNU Emacs Lisp Reference Manual.
|
||||
@c Copyright (C) 1990-1995, 1998-1999, 2001-2012
|
||||
@c Free Software Foundation, Inc.
|
||||
@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
|
||||
@c See the file elisp.texi for copying conditions.
|
||||
@setfilename ../../info/frames
|
||||
@node Frames, Positions, Windows, Top
|
||||
|
@ -1709,7 +1708,7 @@ displayed on @var{frame} is visible; otherwise it returns @code{nil}.
|
|||
@var{frame} omitted or @code{nil} means the selected frame. This is
|
||||
useful when @code{make-pointer-invisible} is set to @code{t}: it
|
||||
allows to know if the pointer has been hidden.
|
||||
@xref{Mouse Avoidance,,,emacs}.
|
||||
@xref{Mouse Avoidance,,,emacs, The Emacs Manual}.
|
||||
@end defun
|
||||
|
||||
@need 3000
|
||||
|
|
Loading…
Add table
Reference in a new issue