aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/frames.texi5
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a3ddc5b1cff..da8d7c483e7 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
12012-02-28 Glenn Morris <rgm@gnu.org>
2
3 * frames.texi (Mouse Position): Fix cross-ref.
4
12012-02-27 Chong Yidong <cyd@gnu.org> 52012-02-27 Chong Yidong <cyd@gnu.org>
2 6
3 * buffers.texi (Creating Buffers): Clarify that 7 * buffers.texi (Creating Buffers): Clarify that
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 27303637e42..1e4ae6b135a 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -1,7 +1,6 @@
1@c -*-texinfo-*- 1@c -*-texinfo-*-
2@c This is part of the GNU Emacs Lisp Reference Manual. 2@c This is part of the GNU Emacs Lisp Reference Manual.
3@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 3@c Copyright (C) 1990-1995, 1998-1999, 2001-2012 Free Software Foundation, Inc.
4@c Free Software Foundation, Inc.
5@c See the file elisp.texi for copying conditions. 4@c See the file elisp.texi for copying conditions.
6@setfilename ../../info/frames 5@setfilename ../../info/frames
7@node Frames, Positions, Windows, Top 6@node Frames, Positions, Windows, Top
@@ -1709,7 +1708,7 @@ displayed on @var{frame} is visible; otherwise it returns @code{nil}.
1709@var{frame} omitted or @code{nil} means the selected frame. This is 1708@var{frame} omitted or @code{nil} means the selected frame. This is
1710useful when @code{make-pointer-invisible} is set to @code{t}: it 1709useful when @code{make-pointer-invisible} is set to @code{t}: it
1711allows to know if the pointer has been hidden. 1710allows to know if the pointer has been hidden.
1712@xref{Mouse Avoidance,,,emacs}. 1711@xref{Mouse Avoidance,,,emacs, The Emacs Manual}.
1713@end defun 1712@end defun
1714 1713
1715@need 3000 1714@need 3000