diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-24 12:27:04 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-02-24 12:27:22 +0100 |
| commit | d33ba8de1cfadb2b631e23ef5ff0b1a902a2bc85 (patch) | |
| tree | 80811a31b677ea35fbc5210fbd74f6ef0cca848c | |
| parent | fb0768e62bfa7da7d387fbf4caef92921c55d3f1 (diff) | |
Manual: Note that private functions are not ported back
| -rw-r--r-- | compat.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compat.texi b/compat.texi index 22c3523..03055f4 100644 --- a/compat.texi +++ b/compat.texi @@ -231,6 +231,11 @@ used by packages, but is only useful on the configuration level. The macro @code{setopt} is such an example. @item +Private (double dashed) functions are not ported back. If Compat +includes some private functions, they are meant purely for internal +usage. + +@item The added or extended function belongs to the ``application level'' and not the ``library level''. Features which are not preloaded often belong to the ``application level''. Application examples are |
