Commit 8d0d3abb authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

more comment fixes

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2358 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 5 additions and 5 deletions
+5 -5
...@@ -2575,11 +2575,11 @@ bool indents_match(const char *a_line, size_t a_indent, const char ...@@ -2575,11 +2575,11 @@ bool indents_match(const char *a_line, size_t a_indent, const char
* 4) the indentation of this line is not an initial substring of * 4) the indentation of this line is not an initial substring of
* the indentation of the previous line, or * the indentation of the previous line, or
* 5) this line has no quote part and some indentation, and * 5) this line has no quote part and some indentation, and
* AUTOINDENT is not set. * autoindent isn't turned on.
* The reason for number 5) is that if AUTOINDENT is not set, then an * The reason for number 5) is that if autoindent isn't turned on,
* indented line is expected to start a paragraph, like in books. * then an indented line is expected to start a paragraph, as in
* Thus, nano can justify an indented paragraph only if AUTOINDENT is * books. Thus, nano can justify an indented paragraph only if
* turned on. */ * autoindent is turned on. */
bool begpar(const filestruct *const foo) bool begpar(const filestruct *const foo)
{ {
size_t quote_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