From 703af3d57eaa462ed2211173f94f42717958f1ab Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 3 Jun 2000 22:23:57 +0000 Subject: [PATCH] Fix nested comment. --- src/indent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2