aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-09-27 19:11:13 +0000
committerEli Zaretskii2009-09-27 19:11:13 +0000
commit5dc25d59aa9bb7267542c44ec47248f4c679e555 (patch)
treeadccd31cca88ffb9642c2fafc41dca0a60d6f0ee
parent35a60b079957ae7d5ea79b827b1101c4192b8c3d (diff)
downloademacs-5dc25d59aa9bb7267542c44ec47248f4c679e555.tar.gz
emacs-5dc25d59aa9bb7267542c44ec47248f4c679e555.zip
(string_buffer_position): Fix commentary.
-rw-r--r--src/xdisp.c7
1 files 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)
4575} 4575}
4576 4576
4577 4577
4578/* Determine from which buffer position in W's buffer STRING comes 4578/* Determine which buffer position in W's buffer STRING comes from.
4579 from. AROUND_CHARPOS is an approximate position where it could 4579 AROUND_CHARPOS is an approximate position where it could come from.
4580 be from. Value is the buffer position or 0 if it couldn't be 4580 Value is the buffer position or 0 if it couldn't be determined.
4581 determined.
4582 4581
4583 W's buffer must be current. 4582 W's buffer must be current.
4584 4583