diff options
author | Dave Love <fx@gnu.org> | 2000-06-03 22:23:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-06-03 22:23:57 +0000 |
commit | 703af3d57eaa462ed2211173f94f42717958f1ab (patch) | |
tree | d6fc2e9b2b155905e9582b7a40f6545bae81f0cb /src/indent.c | |
parent | edcc1067b6d81aadf43f1d9397817d8173857762 (diff) | |
download | emacs-703af3d57eaa462ed2211173f94f42717958f1ab.tar.gz |
Fix nested comment.
Diffstat (limited to 'src/indent.c')
-rw-r--r-- | src/indent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indent.c b/src/indent.c index 0de5bf51b1d..b899464496d 100644 --- a/src/indent.c +++ b/src/indent.c @@ -267,7 +267,7 @@ skip_invisible (pos, next_boundary_p, to, window) } /* If a composition starts at POS/POS_BYTE and it doesn't stride over - POINT, set *LEN/*LEN_BYTE to the character and byte lengths, *WIDTH + POINT, set *LEN / *LEN_BYTE to the character and byte lengths, *WIDTH to the width, and return 1. Otherwise, return 0. */ static int |