<p>In <a href="https://github.com/geany/geany-plugins/pull/324#discussion_r49635481">lineoperations/README</a>:</p>
<pre style='color:#555'>> +------------------
> +
> +Removes all lines that end with a newline character(s) AND do not have any other characters.
> +
> +  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     #NOT removed (contains spaces)
> +        Line 1\n
> +    Line 2\n
> +
> +  The **Remove Unique Lines** will change the file into this:
</pre>
<p>shouldn"t this rather be "Remove Empty 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#r49635481">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxVCmdxdJ6TTEfSgYP5IRwp_QelBks5pZpkpgaJpZM4HBhj7.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#r49635481"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>