Commit 4db3d0ad authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

comment fix

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2105 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 6b769e5f
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -2352,9 +2352,9 @@ void do_para_end(void)
edit_redraw(old_current, old_pww);
}
/* Put the next par_len lines, starting with first_line, in the cut
* buffer, not allowing them to be concatenated. We assume there are
* enough lines after first_line. We leave copies of the lines in
/* Put the next par_len lines, starting with first_line, in the
* cutbuffer, not allowing them to be concatenated. We assume there
* are enough lines after first_line. We leave copies of the lines in
* place, too. We return the new copy of first_line. */
filestruct *backup_lines(filestruct *first_line, size_t par_len, size_t
quote_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