From: Jan D Date: Thu, 1 Jul 2010 18:09:28 +0000 (+0200) Subject: * window.c (Fwindow_absolute_pixel_edges): Doc fix. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~51^2~81^2~66^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c49d071ad0904c8700dc64fff24abde0ba7d10c4;p=emacs.git * window.c (Fwindow_absolute_pixel_edges): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index ce75b2800b2..2a40d0d75c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/window.c b/src/window.c index deca842243a..d77c6208693 100644 --- a/src/window.c +++ b/src/window.c @@ -679,7 +679,7 @@ RIGHT is one more than the rightmost x position occupied by WINDOW. 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; {