bindtextdomain() interprets empty $directory as CWD

We deliberately do not document that "0" also means CWD.
This commit is contained in:
Christoph M. Becker 2021-07-02 16:44:47 +02:00
parent 67a54da71f
commit f456b5951e
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6

View file

@ -36,6 +36,7 @@
<listitem>
<para>
The directory path.
An empty string means the current directory.
If &null;, the currently set directory is returned.
</para>
</listitem>