From: Glenn Morris Date: Tue, 28 Feb 2012 04:01:56 +0000 (-0800) Subject: * doc/lispref/frames.texi (Mouse Position): Fix cross-ref. X-Git-Tag: emacs-pretest-24.0.05~221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1383d930d5e34f5c875aa3e8720156f0e9a6fd8e;p=emacs.git * doc/lispref/frames.texi (Mouse Position): Fix cross-ref. --- 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 @@ +2012-02-28 Glenn Morris + + * frames.texi (Mouse Position): Fix cross-ref. + 2012-02-27 Chong Yidong * 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 @@ @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