# HG changeset patch # User Gerd Moellmann # Date 974316332 0 # Node ID 405f162f1fc7d751e6e9b36211ed90cfb260923a # Parent a7d245e080d17b97b8d5aec92ebfd131ebbc27ef (pos_visible_p): Improve function comment. diff -r a7d245e080d1 -r 405f162f1fc7 src/xdisp.c --- a/src/xdisp.c Wed Nov 15 19:24:52 2000 +0000 +++ b/src/xdisp.c Wed Nov 15 19:25:32 2000 +0000 @@ -942,9 +942,10 @@ 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)