diff options
| author | Karl Heuer | 1994-04-26 01:18:38 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-26 01:18:38 +0000 |
| commit | f65013b01a63db432c64e4edcaa436e3add8db9b (patch) | |
| tree | 10a7ad77104ed4c2c7a63347acef8b596f8e30e8 /src | |
| parent | ce2100661a8ecf6eab543e349382b26b37b3a2e4 (diff) | |
| download | emacs-f65013b01a63db432c64e4edcaa436e3add8db9b.tar.gz emacs-f65013b01a63db432c64e4edcaa436e3add8db9b.zip | |
Fix comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/intervals.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/intervals.c b/src/intervals.c index 3b9ec9b4dde..6cb42f0e092 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -1585,8 +1585,7 @@ textget_direct (plist, prop) | |||
| 1585 | } | 1585 | } |
| 1586 | 1586 | ||
| 1587 | /* Set point in BUFFER to POSITION. If the target position is | 1587 | /* Set point in BUFFER to POSITION. If the target position is |
| 1588 | before an invisible character which is not displayed with a special glyph, | 1588 | before an intangible character, move to an ok place. */ |
| 1589 | move back to an ok place to display. */ | ||
| 1590 | 1589 | ||
| 1591 | void | 1590 | void |
| 1592 | set_point (position, buffer) | 1591 | set_point (position, buffer) |