* window.c (Fwindow_absolute_pixel_edges): Doc fix.
This commit is contained in:
parent
e4f6153f96
commit
c49d071ad0
2 changed files with 3 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue