From 5dc25d59aa9bb7267542c44ec47248f4c679e555 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 27 Sep 2009 19:11:13 +0000 Subject: [PATCH] (string_buffer_position): Fix commentary. --- src/xdisp.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 8fe03bc85a1..24945f82ebe 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4575,10 +4575,9 @@ display_prop_string_p (prop, string) } -/* Determine from which buffer position in W's buffer STRING comes - from. AROUND_CHARPOS is an approximate position where it could - be from. Value is the buffer position or 0 if it couldn't be - determined. +/* Determine which buffer position in W's buffer STRING comes from. + AROUND_CHARPOS is an approximate position where it could come from. + Value is the buffer position or 0 if it couldn't be determined. W's buffer must be current. -- 2.39.2