# HG changeset patch # User Jan D # Date 1278007768 -7200 # Node ID 43b10f3ac90cfba62c5f44b8894595f1a5eb1efe # Parent c9fdfb1ca05e51c4d21ab31bf888145ca6bdc2c8 * window.c (Fwindow_absolute_pixel_edges): Doc fix. diff -r c9fdfb1ca05e -r 43b10f3ac90c src/ChangeLog --- 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 + * 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). diff -r c9fdfb1ca05e -r 43b10f3ac90c src/window.c --- 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; {