diff options
Diffstat (limited to 'src/editfns.c')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c index b0e79057988..4f8b349b749 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -489,7 +489,7 @@ get_pos_property (position, prop, object) | |||
| 489 | } | 489 | } |
| 490 | 490 | ||
| 491 | /* Find the field surrounding POS in *BEG and *END. If POS is nil, | 491 | /* Find the field surrounding POS in *BEG and *END. If POS is nil, |
| 492 | the value of point is used instead. If BEG or END null, | 492 | the value of point is used instead. If BEG or END is null, |
| 493 | means don't store the beginning or end of the field. | 493 | means don't store the beginning or end of the field. |
| 494 | 494 | ||
| 495 | BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned | 495 | BEG_LIMIT and END_LIMIT serve to limit the ranged of the returned |