]> git.eshelyaron.com Git - emacs.git/commitdiff
(pos_visible_p): Improve function comment.
authorGerd Moellmann <gerd@gnu.org>
Wed, 15 Nov 2000 19:25:32 +0000 (19:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 15 Nov 2000 19:25:32 +0000 (19:25 +0000)
src/xdisp.c

index 60f06b6e0c2d397dd15cde9e58307b5ca783781d..c2ed64b1477c8d8daf94cf60dd9103d6f1490d5c 100644 (file)
@@ -942,9 +942,10 @@ window_box_edges (w, area, top_left_x, top_left_y,
                              Utilities
  ***********************************************************************/
 
-/* Return 1 if position CHARPOS is visible in window W.
-   Set *FULLY to 1 if POS is visible and the line containing
-   POS is fully visible.  */
+/* Return 1 if position CHARPOS is visible in window W.  Set *FULLY to
+   1 if POS is visible and the line containing POS is fully visible.
+   EXACT_MODE_LINE_HEIGHTS_P non-zero means compute exact mode-line
+   and header-lines heights.  */
 
 int
 pos_visible_p (w, charpos, fully, exact_mode_line_heights_p)