]> git.eshelyaron.com Git - emacs.git/commitdiff
(string_buffer_position): Fix commentary.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2009 19:11:13 +0000 (19:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 Sep 2009 19:11:13 +0000 (19:11 +0000)
src/xdisp.c

index 8fe03bc85a1139257b3bbd9aeff5084a4a8c4dec..24945f82ebe7313d443e6b8a452380a8f0bf8995 100644 (file)
@@ -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.