From 8d0d3abb723bc0dc12a760d5426e649cab0f3d8c Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 13 Mar 2005 16:42:36 +0000 Subject: [PATCH] more comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2358 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/nano.c b/src/nano.c index 52c1d0af..84395d8f 100644 --- a/src/nano.c +++ b/src/nano.c @@ -2575,11 +2575,11 @@ bool indents_match(const char *a_line, size_t a_indent, const char * 4) the indentation of this line is not an initial substring of * the indentation of the previous line, or * 5) this line has no quote part and some indentation, and - * AUTOINDENT is not set. - * The reason for number 5) is that if AUTOINDENT is not set, then an - * indented line is expected to start a paragraph, like in books. - * Thus, nano can justify an indented paragraph only if AUTOINDENT is - * turned on. */ + * autoindent isn't turned on. + * The reason for number 5) is that if autoindent isn't turned on, + * then an indented line is expected to start a paragraph, as in + * books. Thus, nano can justify an indented paragraph only if + * autoindent is turned on. */ bool begpar(const filestruct *const foo) { size_t quote_len; -- 2.39.5