emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100682: * window.c (Fwindow_absolute


From: Jan D
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100682: * window.c (Fwindow_absolute_pixel_edges): Doc fix.
Date: Thu, 01 Jul 2010 20:09:28 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100682
committer: Jan D <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-01 20:09:28 +0200
message:
  * window.c (Fwindow_absolute_pixel_edges): Doc fix.
modified:
  src/ChangeLog
  src/window.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-01 12:34:40 +0000
+++ b/src/ChangeLog     2010-07-01 18:09:28 +0000
@@ -1,5 +1,7 @@
 2010-07-01  Jan Djärv  <address@hidden>
 
+       * 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).
 

=== modified file 'src/window.c'
--- a/src/window.c      2010-07-01 12:34:40 +0000
+++ b/src/window.c      2010-07-01 18:09:28 +0000
@@ -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;
 {


reply via email to

[Prev in Thread] Current Thread [Next in Thread]