From 7253929a55661e31dbbf70cf74b3a778f12faf19 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 13 Mar 2005 06:03:33 +0000 Subject: [PATCH] fix erroneous comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2355 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nano.c b/src/nano.c index 6d8a1207..cac5d773 100644 --- a/src/nano.c +++ b/src/nano.c @@ -3063,8 +3063,8 @@ void do_justify(bool full_justify) * this line to the beginning of the new line. */ splice_node(current, make_new_node(current), current->next); - /* If this paragraph is non-quoted, and autoindent is turned - * on, set the indentation length to zero so that + /* If this paragraph is non-quoted, and autoindent isn't + * turned on, set the indentation length to zero so that the * indentation is treated as part of the line. */ if (quote_len == 0 #ifndef NANO_SMALL -- 2.39.5