From: Eli Zaretskii Date: Sun, 27 Sep 2009 19:11:13 +0000 (+0000) Subject: (string_buffer_position): Fix commentary. X-Git-Tag: emacs-pretest-23.1.90~1113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5dc25d59aa9bb7267542c44ec47248f4c679e555;p=emacs.git (string_buffer_position): Fix commentary. --- 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.