# HG changeset patch # User Eli Zaretskii # Date 1254078673 0 # Node ID bb13a70d9c321b7b2d58ecea6b013daea6eb4fd7 # Parent 0bf57cf45472aa74d7c8f8587ff3397086878fb8 (string_buffer_position): Fix commentary. diff -r 0bf57cf45472 -r bb13a70d9c32 src/xdisp.c --- a/src/xdisp.c Sun Sep 27 17:32:05 2009 +0000 +++ b/src/xdisp.c Sun Sep 27 19:11:13 2009 +0000 @@ -4575,10 +4575,9 @@ } -/* 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.