Commit a9fcaa58 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@1759 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 1b525e9a
Showing with 2 additions and 3 deletions
+2 -3
......@@ -2112,9 +2112,8 @@ int break_line(const char *line, int goal, int force)
* the current paragraph or, if we're already there, the end of the next
* paragraph. Afterwards, save the quote length, paragraph length, and
* indentation length in *quote, *par, and *indent if they aren't NULL,
* and refresh the screen if do_refresh is nonzero. Return 0 if we
* found a paragraph, or 1 if there was an error or we didn't find a
* paragraph.
* and refresh the screen if do_refresh is TRUE. Return 0 if we found a
* paragraph, or 1 if there was an error or we didn't find a paragraph.
*
* To explain the searching algorithm, I first need to define some
* phrases about paragraphs and quotation:
......
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