<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49635815">lineoperations/README</a>:</p>
<pre style='color:#555'>> +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:
</pre>
<p>Here too, reference should probably be "Remove Whitespace Lines"</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/324/files#r49635815">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8W1KyfMUNI__-6OQs7ftOW6pt15ks5pZpmjgaJpZM4HBhj7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/324/files#r49635815"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>