Mercurial > emacs
diff src/intervals.c @ 7104:9c99683eb6f0
Fix comment.
| author | Karl Heuer <kwzh@gnu.org> |
|---|---|
| date | Tue, 26 Apr 1994 01:18:38 +0000 |
| parents | 873e8baf5727 |
| children | cd81dba38a49 |
line wrap: on
line diff
--- a/src/intervals.c Mon Apr 25 23:34:17 1994 +0000 +++ b/src/intervals.c Tue Apr 26 01:18:38 1994 +0000 @@ -1585,8 +1585,7 @@ } /* Set point in BUFFER to POSITION. If the target position is - before an invisible character which is not displayed with a special glyph, - move back to an ok place to display. */ + before an intangible character, move to an ok place. */ void set_point (position, buffer)
