Commit 309fbcbd authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

fix inaccurate comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1841 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 4693864a
Showing with 2 additions and 2 deletions
+2 -2
......@@ -2583,8 +2583,8 @@ void do_justify(int full_justify)
/* Don't go to the next line. Accordingly, don't
* allow changing the spacing at the end of the
* previous justified line, since we've already done
* it once. */
* previous justified line, so that we don't end up
* doing it more than once on the same line. */
allow_respacing = FALSE;
} else {
charmove(current->next->data + indent_len,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment