From 9ec5db8b4279d1d0893d903a0c26a963b829201b Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 13 Mar 2005 20:39:33 +0000 Subject: [PATCH] comment improvement git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2359 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/nano.c b/src/nano.c index 84395d8f..f299a381 100644 --- a/src/nano.c +++ b/src/nano.c @@ -2962,7 +2962,11 @@ void do_justify(bool full_justify) /* The first indentation that doesn't match the initial * indentation of the paragraph we justify. This is put at * the beginning of every line broken off the first - * justified line of the paragraph. */ + * justified line of the paragraph. (Note that this works + * because a paragraph can only contain two indentations at + * most: the initial one, and a different one starting on a + * line after the first. See the comment at begpar() for + * more about when a line is part of a paragraph.) */ /* Find the first line of the paragraph to be justified. That * is the start of this paragraph if we're in one, or the start -- 2.39.5