diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-04-26 01:18:38 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-04-26 01:18:38 +0000 |
commit | ea96510f9ae214d379ffb189a67075bf105b0dac (patch) | |
tree | efa90af6db9303a19c604623b12fb8df2f0046e5 /src | |
parent | f0a6bbc805bf828bcf9340e89baf16d64de7aa5d (diff) | |
download | emacs-ea96510f9ae214d379ffb189a67075bf105b0dac.tar.gz |
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) } /* 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) |