diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 7 |
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 | ||