aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
authorKarl Heuer1994-04-26 01:18:38 +0000
committerKarl Heuer1994-04-26 01:18:38 +0000
commitf65013b01a63db432c64e4edcaa436e3add8db9b (patch)
tree10a7ad77104ed4c2c7a63347acef8b596f8e30e8 /src/intervals.c
parentce2100661a8ecf6eab543e349382b26b37b3a2e4 (diff)
downloademacs-f65013b01a63db432c64e4edcaa436e3add8db9b.tar.gz
emacs-f65013b01a63db432c64e4edcaa436e3add8db9b.zip
Fix comment.
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c3
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
1591void 1590void
1592set_point (position, buffer) 1591set_point (position, buffer)