aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-15 19:25:32 +0000
committerGerd Moellmann2000-11-15 19:25:32 +0000
commit0db9568413954b21ef8f4ecdb08a03acd8814506 (patch)
treeb6a25d8cb0238730e5ab1f7a3ad9d595153a683d /src
parent3df1fda2b69f21e285f84562b4a3063fabebcd4e (diff)
downloademacs-0db9568413954b21ef8f4ecdb08a03acd8814506.tar.gz
emacs-0db9568413954b21ef8f4ecdb08a03acd8814506.zip
(pos_visible_p): Improve function comment.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index 60f06b6e0c2..c2ed64b1477 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -942,9 +942,10 @@ window_box_edges (w, area, top_left_x, top_left_y,
942 Utilities 942 Utilities
943 ***********************************************************************/ 943 ***********************************************************************/
944 944
945/* Return 1 if position CHARPOS is visible in window W. 945/* Return 1 if position CHARPOS is visible in window W. Set *FULLY to
946 Set *FULLY to 1 if POS is visible and the line containing 946 1 if POS is visible and the line containing POS is fully visible.
947 POS is fully visible. */ 947 EXACT_MODE_LINE_HEIGHTS_P non-zero means compute exact mode-line
948 and header-lines heights. */
948 949
949int 950int
950pos_visible_p (w, charpos, fully, exact_mode_line_heights_p) 951pos_visible_p (w, charpos, fully, exact_mode_line_heights_p)