aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-02-10 17:31:41 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-02-10 17:31:41 +0100
commita44e4f125298f86e32d2e989d7fbe4462e2cddbb (patch)
treeae2e0693a308dce943a072e981b4f92358d7926f /README.md
parentac00450848a2c4a287677fc0e186e7940f3e9035 (diff)
Document prefixed functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index ccf80ad..e7e1d3e 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,13 @@ loading `compat-help` (on your system, not in a package) to get
relevant notes inserted into the help buffers of functions that are
implemented or advised in compat.el.
+Note that compat.el provides a few prefixed function, ie. functions
+with a `compat-` prefix. These are used to provide extended
+functionality for commands that are already defined (`sort`, `assoc`,
+...). It might be possible to transform these into advised functions
+later on, so that the modified functionality is accessible without a
+prefix. Feedback on this point is appreciated.
+
Installation
------------