From 7f4cf434503d2b94d8696e076d7e275eeb99b51b Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 16 Aug 2007 02:51:07 +0000
Subject: [PATCH] more cosmetic fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4154 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 src/files.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/files.c b/src/files.c
index 6a5cc8b5..95d20176 100644
--- a/src/files.c
+++ b/src/files.c
@@ -880,9 +880,9 @@ void do_insertfile(
 		openfile->current_x = strlen(openfile->filebot->data);
 		if (openfile->fileage == openfile->filebot) {
 #ifndef NANO_TINY
-		    /* If the mark begins inside the partition, update
-		     * the mark coordinates to account for the number of
-		     * characters inserted on the current line. */
+		    /* If the mark begins inside the partition, adjust
+		     * the mark coordinates to compensate for the change
+		     * in the current line. */
 		    if (openfile->mark_set) {
 			openfile->mark_begin = openfile->current;
 			if (do_mark_shift)
-- 
GitLab