> +5. `'\r'`: cartridge return
> +6. `'\n'`: newline character
> +
> +  Example: Suppose a file has the following lines. (#comments, and \n 
> newline characters added for clarity)
> +
> +  ::
> +
> +    Line 2\n
> +    Line 1\n
> +    \n           #removed
> +         \n      #removed (contains only whitespace chars)
> +     \t \n       #removed (contains only whitespace chars)
> +        Line 1\n #NOT removed (contains non whitespace chars)
> +    Line 2\n
> +
> +  The **Remove Unique Lines** will change the file into this:

Here too, reference should probably be "Remove Whitespace Lines"

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/324/files#r49635815

Reply via email to