diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-02-10 17:31:41 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-02-10 17:31:41 +0100 |
| commit | a44e4f125298f86e32d2e989d7fbe4462e2cddbb (patch) | |
| tree | ae2e0693a308dce943a072e981b4f92358d7926f /README.md | |
| parent | ac00450848a2c4a287677fc0e186e7940f3e9035 (diff) | |
Document prefixed functions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 ------------ |
