comment fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2334 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
e6bbee8fe4
commit
bd2eb289fb
|
@ -2342,7 +2342,7 @@ size_t indent_length(const char *line)
|
|||
#endif /* !NANO_SMALL */
|
||||
|
||||
#ifndef DISABLE_JUSTIFY
|
||||
/* justify_format() replaces Tab by Space and multiple spaces by 1
|
||||
/* justify_format() replaces tabs with spaces and multiple spaces by 1
|
||||
* (except it maintains 2 after a non-repeated character in punct
|
||||
* followed by a character in brackets). Note that the terminating \0
|
||||
* counts as a space.
|
||||
|
|
Loading…
Reference in New Issue