From f65013b01a63db432c64e4edcaa436e3add8db9b Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 26 Apr 1994 01:18:38 +0000 Subject: [PATCH] Fix comment. --- src/intervals.c | 3 +-- 1 file changed, 1 insertion(+), 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) } /* 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) -- 2.39.5