diff options
| author | Glenn Morris | 2012-02-27 20:01:56 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-27 20:01:56 -0800 |
| commit | 1383d930d5e34f5c875aa3e8720156f0e9a6fd8e (patch) | |
| tree | 7d2b4557a5971ea078303cab6f4ab94ea9cedf54 | |
| parent | abe074de52cdea9c5bb673cd14269a0d5e91df2b (diff) | |
| download | emacs-1383d930d5e34f5c875aa3e8720156f0e9a6fd8e.tar.gz emacs-1383d930d5e34f5c875aa3e8720156f0e9a6fd8e.zip | |
* doc/lispref/frames.texi (Mouse Position): Fix cross-ref.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 5 |
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 @@ | |||
| 1 | 2012-02-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * frames.texi (Mouse Position): Fix cross-ref. | ||
| 4 | |||
| 1 | 2012-02-27 Chong Yidong <cyd@gnu.org> | 5 | 2012-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 |
| 1710 | useful when @code{make-pointer-invisible} is set to @code{t}: it | 1709 | useful when @code{make-pointer-invisible} is set to @code{t}: it |
| 1711 | allows to know if the pointer has been hidden. | 1710 | allows 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 |