changeset 109096:43b10f3ac90c

* window.c (Fwindow_absolute_pixel_edges): Doc fix.
author Jan D <jan.h.d@swipnet.se>
date Thu, 01 Jul 2010 20:09:28 +0200
parents c9fdfb1ca05e
children ed7496d92467 bcedeeedc5fb
files src/ChangeLog src/window.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 01 14:02:43 2010 -0400
+++ b/src/ChangeLog	Thu Jul 01 20:09:28 2010 +0200
@@ -1,5 +1,7 @@
 2010-07-01  Jan Djärv  <jan.h.d@swipnet.se>
 
+	* window.c (Fwindow_absolute_pixel_edges): Doc fix.
+
 	* window.c (calc_absolute_offset, Fwindow_absolute_pixel_edges)
 	(Fwindow_inside_absolute_pixel_edges): New functions (bug#5721).
 
--- a/src/window.c	Thu Jul 01 14:02:43 2010 -0400
+++ b/src/window.c	Thu Jul 01 20:09:28 2010 +0200
@@ -679,7 +679,7 @@
 BOTTOM is one more than the bottommost y position occupied by WINDOW.
 The pixel edges include the space used by WINDOW's scroll bar, display
 margins, fringes, header line, and/or mode line.  For the pixel edges
-of just the text area, use `window-inside-pixel-edges'.  */)
+of just the text area, use `window-inside-absolute-pixel-edges'.  */)
      (window)
      Lisp_Object window;
 {