]> git.eshelyaron.com Git - emacs.git/commitdiff
* window.c (Fwindow_absolute_pixel_edges): Doc fix.
authorJan D <jan.h.d@swipnet.se>
Thu, 1 Jul 2010 18:09:28 +0000 (20:09 +0200)
committerJan D <jan.h.d@swipnet.se>
Thu, 1 Jul 2010 18:09:28 +0000 (20:09 +0200)
src/ChangeLog
src/window.c

index ce75b2800b2bb8dca2a753f9194a562e916d46c5..2a40d0d75c8f2f3c5b4d2485b4cfce123543f6f1 100644 (file)
@@ -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).
 
index deca842243a12b94be26d802ca3817d823f89f1f..d77c620869345d38abfbdf13bd2b0837d015caae 100644 (file)
@@ -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;
 {