changeset 105234:bb13a70d9c32

(string_buffer_position): Fix commentary.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 27 Sep 2009 19:11:13 +0000
parents 0bf57cf45472
children f2e56d1eff32
files src/xdisp.c
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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.