more comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3545 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
2829aae635
commit
139fa65c66
|
@ -527,8 +527,8 @@ void wrap_reset(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We wrap the given line. Precondition: we assume the cursor has been
|
/* We wrap the given line. Precondition: we assume the cursor has been
|
||||||
* moved forward since the last typed character. Return value: whether
|
* moved forward since the last typed character. Return TRUE if we
|
||||||
* we wrapped. */
|
* wrapped, and FALSE otherwise. */
|
||||||
bool do_wrap(filestruct *line)
|
bool do_wrap(filestruct *line)
|
||||||
{
|
{
|
||||||
size_t line_len;
|
size_t line_len;
|
||||||
|
@ -1250,7 +1250,7 @@ void backup_lines(filestruct *first_line, size_t par_len)
|
||||||
/* Find the beginning of the current paragraph if we're in one, or the
|
/* Find the beginning of the current paragraph if we're in one, or the
|
||||||
* beginning of the next paragraph if we're not. Afterwards, save the
|
* beginning of the next paragraph if we're not. Afterwards, save the
|
||||||
* quote length and paragraph length in *quote and *par. Return TRUE if
|
* quote length and paragraph length in *quote and *par. Return TRUE if
|
||||||
* we found a paragraph, or FALSE if there was an error or we didn't
|
* we found a paragraph, and FALSE if there was an error or we didn't
|
||||||
* find a paragraph.
|
* find a paragraph.
|
||||||
*
|
*
|
||||||
* See the comment at begpar() for more about when a line is the
|
* See the comment at begpar() for more about when a line is the
|
||||||
|
|
Loading…
Reference in New Issue